Skip to content

Commit 9544146

Browse files
Bump actions/download-artifact from 5.0.0 to 6.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent adc36d5 commit 9544146

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- build
9393
steps:
9494
- name: Download digests
95-
uses: actions/download-artifact@v5.0.0
95+
uses: actions/download-artifact@v6.0.0
9696
with:
9797
path: ${{ runner.temp }}/digests
9898
pattern: digests-*

0 commit comments

Comments
 (0)