Skip to content

Commit

Permalink
Merge pull request #256 from tharropoulos/ci
Browse files Browse the repository at this point in the history
ci: bump actions/upload-artifact to v4
  • Loading branch information
jasonbosco authored Jan 17, 2025
2 parents f640cdd + 8349b6f commit 1939f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run: npm run build
- run: npm run ci-lint
- run: npm run ci-test
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage/
Expand Down

0 comments on commit 1939f03

Please sign in to comment.