Skip to content

Commit 7093727

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
# Download digests
119119
# https://github.com/actions/download-artifact
120120
- name: Download digests
121-
uses: actions/download-artifact@v6
121+
uses: actions/download-artifact@v8
122122
with:
123123
path: /tmp/digests
124124
pattern: digests-*

0 commit comments

Comments
 (0)