Skip to content

Commit

Permalink
ci: fix of upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximvdw committed Nov 20, 2024
1 parent 3bf3062 commit d14b2fd
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 @@ -35,7 +35,7 @@ jobs:
run: |
npm run build
- name: Upload web artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: web
path: |
Expand Down Expand Up @@ -139,7 +139,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 d14b2fd

Please sign in to comment.