Skip to content

Commit a837bb2

Browse files
build(deps): bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d24f69f commit a837bb2

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)