Skip to content

Commit 8e51db9

Browse files
authored
Merge pull request #13 from docker/dependabot/github_actions/actions/upload-artifact-5
build(deps): Bump actions/upload-artifact from 4 to 5
2 parents cda4020 + 2542300 commit 8e51db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ jobs:
339339
-
340340
name: Upload artifact
341341
if: ${{ inputs.build-output == 'local' }}
342-
uses: actions/upload-artifact@v4
342+
uses: actions/upload-artifact@v5
343343
with:
344344
name: docker-github-builder-assets
345345
path: ${{ env.LOCAL_EXPORT_DIR }}

0 commit comments

Comments
 (0)