Skip to content

Commit e28a7fc

Browse files
authored
Merge pull request #124 from docker/dependabot/github_actions/actions/upload-artifact-7.0.0
build(deps): Bump actions/upload-artifact from 6.0.0 to 7.0.0
2 parents 133ba5e + 66ec205 commit e28a7fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/bake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}*

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}*

0 commit comments

Comments
 (0)