Skip to content

Commit 7f1af96

Browse files
build(deps): bump actions/download-artifact from 4.1.9 to 4.2.1 (#1408)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.9 to 4.2.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@cc20338...95815c3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5fc266e commit 7f1af96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ jobs:
9797
- build
9898
steps:
9999
- name: Download digests (linux/arm64)
100-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
100+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
101101
with:
102102
name: digests-ubuntu-24.04-arm
103103
path: /tmp/digests-linux-arm64
104104

105105
- name: Download digests (linux/amd64)
106-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
106+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
107107
with:
108108
name: digests-ubuntu-24.04
109109
path: /tmp/digests-linux-amd64

0 commit comments

Comments
 (0)