Skip to content

Commit 90bacba

Browse files
authored
Merge pull request #3591 from docker/dependabot/github_actions/actions/download-artifact-7
build(deps): bump actions/download-artifact from 6 to 7
2 parents 1078451 + a837bb2 commit 90bacba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ jobs:
369369
steps:
370370
-
371371
name: Download artifacts
372-
uses: actions/download-artifact@v6
372+
uses: actions/download-artifact@v7
373373
with:
374374
path: /tmp/buildx-output
375375
name: ${{ needs.binaries.outputs.artifact-name }}

0 commit comments

Comments
 (0)