File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139139 CYPRESS_GROUP : Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }}
140140
141141 - name : Upload snapshots
142- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
142+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
143143 if : always()
144144 with :
145145 name : snapshots_${{ matrix.containers }}
@@ -150,7 +150,7 @@ jobs:
150150 run : docker logs nextcloud-cypress-tests-${{ env.APP_NAME }} > nextcloud.log
151151
152152 - name : Upload NC logs
153- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
153+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
154154 if : failure() && matrix.containers != 'component'
155155 with :
156156 name : nc_logs_${{ matrix.containers }}
You can’t perform that action at this time.
0 commit comments