Skip to content

Commit f29be32

Browse files
chore(deps)(deps): bump actions/download-artifact from 4 to 8 (#198)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d297ce2 commit f29be32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
timeout-minutes: 10
220220
steps:
221221
- name: ⬇️ Download digests
222-
uses: actions/download-artifact@v4
222+
uses: actions/download-artifact@v8
223223
with:
224224
path: /tmp/digests
225225
pattern: digests-ubuntu-jammy-*

0 commit comments

Comments
 (0)