We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe01fc commit 89837ddCopy full SHA for 89837dd
test-renku-cypress/action.yml
@@ -90,13 +90,13 @@ runs:
90
${{ inputs.e2e-folder }}${{ inputs.e2e-infrastructure-check }}${{ inputs.e2e-suffix }}
91
${{ inputs.e2e-folder }}${{ inputs.e2e-target }}${{ inputs.e2e-suffix }}
92
working-directory: ${{ inputs.settings-working-directory }}
93
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
94
if: failure()
95
with:
96
name: Cypress acceptance tests - screenshots
97
path: ${{ inputs.settings-working-directory }}/cypress/screenshots
98
retention-days: 7
99
100
101
102
name: Cypress acceptance tests - videos
0 commit comments