File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 SPLIT_INDEX : ${{ matrix.containers == 'component' && 0 || matrix.containers }}
122122
123123 - name : Upload snapshots
124- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
124+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
125125 if : always()
126126 with :
127127 name : snapshots_${{ matrix.containers }}
@@ -132,7 +132,7 @@ jobs:
132132 run : docker logs nextcloud-cypress-tests-${{ env.APP_NAME }} > nextcloud.log
133133
134134 - name : Upload NC logs
135- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
135+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
136136 if : failure() && matrix.containers != 'component'
137137 with :
138138 name : nc_logs_${{ matrix.containers }}
Original file line number Diff line number Diff line change 8282
8383 - name : Upload profiles
8484 if : always()
85- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
85+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
8686 with :
8787 name : profiles
8888 path : |
You can’t perform that action at this time.
0 commit comments