Skip to content

Commit 89837dd

Browse files
chore: bump actions/upload-artifact@v4 (#95)
1 parent ebe01fc commit 89837dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-renku-cypress/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@ runs:
9090
${{ inputs.e2e-folder }}${{ inputs.e2e-infrastructure-check }}${{ inputs.e2e-suffix }}
9191
${{ inputs.e2e-folder }}${{ inputs.e2e-target }}${{ inputs.e2e-suffix }}
9292
working-directory: ${{ inputs.settings-working-directory }}
93-
- uses: actions/upload-artifact@v3
93+
- uses: actions/upload-artifact@v4
9494
if: failure()
9595
with:
9696
name: Cypress acceptance tests - screenshots
9797
path: ${{ inputs.settings-working-directory }}/cypress/screenshots
9898
retention-days: 7
99-
- uses: actions/upload-artifact@v3
99+
- uses: actions/upload-artifact@v4
100100
if: failure()
101101
with:
102102
name: Cypress acceptance tests - videos

0 commit comments

Comments
 (0)