Skip to content

Commit

Permalink
update GitHub upload action from v1 to supported version v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrawnCA committed Sep 16, 2024
1 parent 0bb609c commit beacd34
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,14 @@ jobs:
with:
start: ckan -c test-core-cypress.ini run

- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v3
if: failure()
with:
name: cypress-screenshots
path: cypress/screenshots
# Test run video was always captured, so this action uses "always()" condition
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v3

if: always()
with:
name: cypress-videos
Expand Down

0 comments on commit beacd34

Please sign in to comment.