Skip to content

Commit 0ad9e5f

Browse files
authored
Merge pull request #173 from docker/dependabot/github_actions/actions/upload-artifact-7.0.1
build(deps): Bump actions/upload-artifact from 7.0.0 to 7.0.1
2 parents 0cccb78 + fa214a1 commit 0ad9e5f

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
@@ -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 }}*

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)