Skip to content

Commit 04caf06

Browse files
committed
ci: Bump github artifacts
Signed-off-by: Julius Knorr <jus@bitgrid.net>
1 parent d68f700 commit 04caf06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cypress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,15 +161,15 @@ jobs:
161161
npm_package_name: ${{ env.APP_NAME }}
162162

163163
- name: Upload test failure screenshots
164-
uses: actions/upload-artifact@v2
164+
uses: actions/upload-artifact@v4
165165
if: failure()
166166
with:
167167
name: Upload screenshots
168168
path: apps/${{ env.APP_NAME }}/cypress/screenshots/
169169
retention-days: 5
170170

171171
- name: Upload nextcloud logs
172-
uses: actions/upload-artifact@v2
172+
uses: actions/upload-artifact@v4
173173
if: failure()
174174
with:
175175
name: Upload nextcloud log

0 commit comments

Comments
 (0)