Skip to content

Commit

Permalink
Upgrade upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
tvlooy committed Sep 9, 2024
1 parent 45568b1 commit ba2e639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:
browser: chrome
build: npm run build
start: symfony server:start
- 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: always()
with:
name: cypress-videos
Expand Down

0 comments on commit ba2e639

Please sign in to comment.