Skip to content

Commit

Permalink
Merge pull request #230 from tharropoulos/ci
Browse files Browse the repository at this point in the history
ci: bump actions/upload-artifact version to v4
  • Loading branch information
jasonbosco authored Jan 17, 2025
2 parents f58a529 + 7761597 commit 62869c8
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 @@ -48,7 +48,7 @@ jobs:
- name: Run tests
run: npm test -- --ci --color

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: screenshots
Expand Down

0 comments on commit 62869c8

Please sign in to comment.