Skip to content

Commit

Permalink
Upgrade to actions/upload-artifact@4
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasw committed Nov 7, 2024
1 parent 6782499 commit 84cdd33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
with:
start: npm start
- name: Upload screenshots
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-screenshots
path: test/cypress/screenshots
- name: Upload videos
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: cypress-videos
Expand Down

0 comments on commit 84cdd33

Please sign in to comment.