File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ runs:
298298 shell : ' bash'
299299
300300 - name : Upload performance results
301- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
301+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
302302 if : ${{ success() && ( inputs.action == 'test' || inputs.action == 'merge' ) && ! inputs.shard && inputs.upload-artifacts != 'false' }}
303303 with :
304304 name : performance-results
@@ -314,7 +314,7 @@ runs:
314314 shell : ' bash'
315315
316316 - name : Upload blob report
317- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
317+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
318318 if : ${{ success() && inputs.shard != '' && inputs.upload-artifacts != 'false' }}
319319 with :
320320 name : ${{ env.ARTIFACT_NAME }}
You can’t perform that action at this time.
0 commit comments