Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4 (merge commit)
Browse files Browse the repository at this point in the history
Merge branch 'renovate/actions-upload-artifact-4.x' into 'main'
* Update actions/upload-artifact action to v4

See merge request https://gitlab.ci.csc.fi/sds-dev/sd-submit/metadata-submitter-frontend/-/merge_requests/926

Approved-by: Stefan Negru <[email protected]>
Co-authored-by: renovate-bot <[email protected]>
Merged by Stefan Negru <[email protected]>
  • Loading branch information
blankdots committed Feb 8, 2024
2 parents 44e6f77 + 45e2af8 commit 4fe0a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2etests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
with:
browser: ${{ matrix.browser }}
env: port=5430
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-screenshots
path: cypress/screenshots
retention-days: 5
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-videos
Expand Down

0 comments on commit 4fe0a88

Please sign in to comment.