Skip to content

Commit

Permalink
upgrade upload artifact to V4. V2 was deprecated June 30, 2024.
Browse files Browse the repository at this point in the history
  • Loading branch information
engelhartrueben committed Sep 12, 2024
1 parent 99ee3f0 commit a8c4686
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cypress-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:
build: npm run prod-build
start: npm start
wait-on: 'http://localhost:3001'
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-screenshots
path: cypress/screenshots
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-videos
path: cypress/videos
path: cypress/videos

0 comments on commit a8c4686

Please sign in to comment.