Skip to content

Commit

Permalink
update actions/upload-artifact to v4, v2 is deprecated
Browse files Browse the repository at this point in the history
update actions/upload-artifact to v4, v2 is deprecated
  • Loading branch information
r03ert0 authored Jan 4, 2025
1 parent 42f4372 commit dd88eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: npm run test-e2e
- name: Archive screenshots
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: screenshots
path: test/e2e/screenshots/
Expand Down

0 comments on commit dd88eab

Please sign in to comment.