Skip to content

Commit

Permalink
ci: update upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximvdw committed Nov 4, 2024
1 parent 24c5439 commit be3d05f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
npm run build
npm run size
- name: Upload web artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: web
path: |
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
**/docs/out
key: ${{ runner.os }}-docs-v1-${{ github.run_number }}
- name: Publish Documentation
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: docs
path: |
Expand Down

0 comments on commit be3d05f

Please sign in to comment.