Skip to content

Commit

Permalink
fix: upgrade upload artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover committed Oct 22, 2024
1 parent 3b946df commit a271a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Run tests
run: npm test --coverage
- name: Store code coverage report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage/
Expand Down

0 comments on commit a271a0c

Please sign in to comment.