Skip to content

Commit

Permalink
Update actions/upload-artifact v2 -> v4
Browse files Browse the repository at this point in the history
This fixes the CI workflow.
  • Loading branch information
nicknovitski committed Jan 15, 2025
1 parent 9b27600 commit 1092a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: npm run build

- name: Save bundle
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: bundle.js
path: dist/bundle.js
Expand All @@ -45,7 +45,7 @@ jobs:
run: npm test

- name: Save test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: results.json
path: results.json
Expand Down

0 comments on commit 1092a83

Please sign in to comment.