File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143143 SPLIT_INDEX : ${{ matrix.containers == 'component' && 0 || matrix.containers }}
144144
145145 - name : Upload snapshots
146- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
146+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
147147 if : always()
148148 with :
149149 name : snapshots_${{ matrix.containers }}
@@ -154,7 +154,7 @@ jobs:
154154 run : docker logs nextcloud-cypress-tests-${{ env.APP_NAME }} > nextcloud.log
155155
156156 - name : Upload NC logs
157- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
157+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
158158 if : failure() && matrix.containers != 'component'
159159 with :
160160 name : nc_logs_${{ matrix.containers }}
@@ -165,7 +165,7 @@ jobs:
165165 run : docker exec nextcloud-cypress-tests-server tar -cvjf - data > data.tar
166166
167167 - name : Upload data dir archive
168- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
168+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
169169 if : failure() && matrix.containers != 'component'
170170 with :
171171 name : nc_data_${{ matrix.containers }}
Original file line number Diff line number Diff line change 9191
9292 - name : Upload profiles
9393 if : always()
94- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
94+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
9595 with :
9696 name : profiles
9797 path : |
You can’t perform that action at this time.
0 commit comments