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 @@ -862,7 +862,7 @@ jobs:
862862 -
863863 name : Upload artifact
864864 if : ${{ inputs.output == 'local' && inputs.artifact-upload }}
865- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
865+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
866866 with :
867867 name : ${{ inputs.artifact-name }}${{ steps.prepare.outputs.platform-pair-suffix || '0' }}
868868 path : ${{ env.LOCAL_EXPORT_DIR }}
@@ -986,7 +986,7 @@ jobs:
986986 -
987987 name : Merge artifacts
988988 if : ${{ inputs.output == 'local' && inputs.artifact-upload }}
989- uses : actions/upload-artifact/merge@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
989+ uses : actions/upload-artifact/merge@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
990990 with :
991991 name : ${{ inputs.artifact-name }}
992992 pattern : ${{ inputs.artifact-name }}*
Original file line number Diff line number Diff line change @@ -716,7 +716,7 @@ jobs:
716716 -
717717 name : Upload artifact
718718 if : ${{ inputs.output == 'local' && inputs.artifact-upload }}
719- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
719+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
720720 with :
721721 name : ${{ inputs.artifact-name }}${{ steps.prepare.outputs.platform-pair-suffix || '0' }}
722722 path : ${{ env.LOCAL_EXPORT_DIR }}
@@ -839,7 +839,7 @@ jobs:
839839 -
840840 name : Merge artifacts
841841 if : ${{ inputs.output == 'local' && inputs.artifact-upload }}
842- uses : actions/upload-artifact/merge@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
842+ uses : actions/upload-artifact/merge@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
843843 with :
844844 name : ${{ inputs.artifact-name }}
845845 pattern : ${{ inputs.artifact-name }}*
You can’t perform that action at this time.
0 commit comments