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.
2 parents 72ce9f5 + d5390ab commit 193b4a5Copy full SHA for 193b4a5
1 file changed
.github/workflows/cypress-e2e.yml
@@ -126,15 +126,15 @@ jobs:
126
SPLIT_INDEX: ${{ strategy.job-index }}
127
128
- name: Upload test failure screenshots
129
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
130
if: failure()
131
with:
132
name: Upload screenshots
133
path: apps/${{ env.APP_NAME }}/cypress/screenshots/
134
retention-days: 5
135
136
- name: Upload nextcloud logs
137
138
139
140
name: Upload nextcloud log
0 commit comments