Skip to content

Commit

Permalink
chore: bump actions/upload-artifact@v4 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-cavazzi authored Jan 30, 2025
1 parent ebe01fc commit 89837dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-renku-cypress/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ runs:
${{ inputs.e2e-folder }}${{ inputs.e2e-infrastructure-check }}${{ inputs.e2e-suffix }}
${{ inputs.e2e-folder }}${{ inputs.e2e-target }}${{ inputs.e2e-suffix }}
working-directory: ${{ inputs.settings-working-directory }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: Cypress acceptance tests - screenshots
path: ${{ inputs.settings-working-directory }}/cypress/screenshots
retention-days: 7
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: Cypress acceptance tests - videos
Expand Down

0 comments on commit 89837dd

Please sign in to comment.