Skip to content

Commit fee2ab5

Browse files
authored
Merge pull request #57 from docker/dependabot/github_actions/actions/upload-artifact-6.0.0
build(deps): Bump actions/upload-artifact from 5.0.0 to 6.0.0
2 parents 36714db + 1bb4372 commit fee2ab5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)