File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -904,7 +904,7 @@ jobs:
904904 -
905905 name : Upload artifact
906906 if : ${{ inputs.output == 'local' && inputs.artifact-upload }}
907- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
907+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
908908 with :
909909 name : ${{ inputs.artifact-name }}${{ steps.prepare.outputs.platform-pair-suffix || '0' }}
910910 path : ${{ env.LOCAL_EXPORT_DIR }}
@@ -1073,7 +1073,7 @@ jobs:
10731073 name : Merge artifacts
10741074 id : artifact
10751075 if : ${{ inputs.output == 'local' && inputs.artifact-upload }}
1076- uses : actions/upload-artifact/merge@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
1076+ uses : actions/upload-artifact/merge@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
10771077 with :
10781078 name : ${{ inputs.artifact-name }}
10791079 pattern : ${{ inputs.artifact-name }}*
Original file line number Diff line number Diff line change @@ -759,7 +759,7 @@ jobs:
759759 -
760760 name : Upload artifact
761761 if : ${{ inputs.output == 'local' && inputs.artifact-upload }}
762- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
762+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
763763 with :
764764 name : ${{ inputs.artifact-name }}${{ steps.prepare.outputs.platform-pair-suffix || '0' }}
765765 path : ${{ env.LOCAL_EXPORT_DIR }}
@@ -929,7 +929,7 @@ jobs:
929929 name : Merge artifacts
930930 id : artifact
931931 if : ${{ inputs.output == 'local' && inputs.artifact-upload }}
932- uses : actions/upload-artifact/merge@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
932+ uses : actions/upload-artifact/merge@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
933933 with :
934934 name : ${{ inputs.artifact-name }}
935935 pattern : ${{ inputs.artifact-name }}*
You can’t perform that action at this time.
0 commit comments