File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -630,7 +630,7 @@ jobs:
630630 -
631631 name : Upload artifact
632632 if : ${{ inputs.output == 'local' }}
633- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
633+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
634634 with :
635635 name : ${{ inputs.artifact-name }}${{ steps.prepare.outputs.platform-pair-suffix }}
636636 path : ${{ env.LOCAL_EXPORT_DIR }}
Original file line number Diff line number Diff line change @@ -524,7 +524,7 @@ jobs:
524524 -
525525 name : Upload artifact
526526 if : ${{ inputs.output == 'local' }}
527- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
527+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
528528 with :
529529 name : ${{ inputs.artifact-name }}${{ steps.prepare.outputs.platform-pair-suffix }}
530530 path : ${{ env.LOCAL_EXPORT_DIR }}
You can’t perform that action at this time.
0 commit comments