Skip to content

Commit

Permalink
Update version of actions/upload-artifact from 1 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksTeresh committed Oct 18, 2024
1 parent 2aca74f commit ff486a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
- name: Run cypress tests
run: ./node_modules/.bin/cypress run --headless *.spec.js

- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-screenshots
path: /home/runner/work/fuksilaiterekisteri/fuksilaiterekisteri/cypress/screenshots/
# Test run video was always captured, so this action uses "always()" condition
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
if: always()
with:
name: cypress-videos
Expand Down

0 comments on commit ff486a8

Please sign in to comment.