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 035b2b2 commit 7bc55aeCopy full SHA for 7bc55ae
.github/workflows/cypress.yml
@@ -143,7 +143,7 @@ jobs:
143
run: docker exec nextcloud-cypress-tests-server tar -cvjf - data > data.tar
144
145
- name: Upload data dir archive
146
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
+ uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
147
if: failure() && matrix.containers != 'component'
148
with:
149
name: nc_data_${{ matrix.containers }}
0 commit comments