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 @@ -126,15 +126,15 @@ jobs:
126126 SPLIT_INDEX : ${{ strategy.job-index }}
127127
128128 - name : Upload test failure screenshots
129- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
129+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
130130 if : failure()
131131 with :
132132 name : Upload screenshots
133133 path : apps/${{ env.APP_NAME }}/cypress/screenshots/
134134 retention-days : 5
135135
136136 - name : Upload nextcloud logs
137- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
137+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
138138 if : failure()
139139 with :
140140 name : Upload nextcloud log
You can’t perform that action at this time.
0 commit comments