File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137137
138138 - name : Upload benchmark logs on failure
139139 if : failure()
140- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
140+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
141141 with :
142142 name : logs
143143 path : artifacts
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149149
150150 - name : Upload artifacts on failure
151151 if : failure()
152- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
152+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
153153 with :
154154 path : artifacts
155155
@@ -251,7 +251,7 @@ jobs:
251251
252252 - name : Upload artifacts on failure
253253 if : failure()
254- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
254+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
255255 with :
256256 path : artifacts
257257
@@ -321,7 +321,7 @@ jobs:
321321
322322 - name : Upload artifacts on failure
323323 if : failure()
324- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
324+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
325325 with :
326326 path : artifacts
327327
@@ -455,7 +455,7 @@ jobs:
455455
456456 - name : Upload mock server test logs on failure
457457 if : failure()
458- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
458+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
459459 with :
460460 name : logs-${{ matrix.workerIndex }}
461461 path : artifacts
Original file line number Diff line number Diff line change @@ -55,15 +55,15 @@ jobs:
5555
5656 - name : Upload test artifacts
5757 if : github.event_name == 'workflow_dispatch'
58- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
58+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
5959 with :
6060 name : desktop-test-icu
6161 path : stories
6262 compression-level : 9
6363
6464 - name : Upload release artifacts
6565 if : github.event_name != 'workflow_dispatch'
66- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
66+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
6767 with :
6868 name : desktop-${{ github.ref_name }}-icu
6969 path : stories
You can’t perform that action at this time.
0 commit comments