Skip to content

Commit

Permalink
Use latest GitHub Actions upload-artifact plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonkearns authored and miniBill committed Sep 25, 2024
1 parent cc1f011 commit 8c367e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ jobs:
wait-on: "http://localhost:1234"
wait-on-timeout: 120

- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-screenshots
path: cypress/screenshots
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-videos
Expand Down

0 comments on commit 8c367e7

Please sign in to comment.