Skip to content

Commit 30949fd

Browse files
chore(deps): update actions/download-artifact action to v4.2.0 (#3097)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cb59f93 commit 30949fd

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/container-ci.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
with:
140140
# renovate: datasource=github-releases depName=docker/buildx
141141
version: v0.21.3
142-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
142+
- uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
143143
with:
144144
name: Docker cache amd64
145145
path: /tmp/.buildx-cache/linux/amd64
@@ -182,7 +182,7 @@ jobs:
182182
with:
183183
# renovate: datasource=github-releases depName=docker/buildx
184184
version: v0.21.3
185-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
185+
- uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
186186
with:
187187
name: Docker cache amd64
188188
path: /tmp/.buildx-cache/linux/amd64
@@ -233,11 +233,11 @@ jobs:
233233
with:
234234
# renovate: datasource=github-releases depName=docker/buildx
235235
version: v0.21.3
236-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
236+
- uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
237237
with:
238238
name: Docker cache amd64
239239
path: /tmp/.buildx-cache/linux/amd64
240-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
240+
- uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
241241
with:
242242
name: Docker cache arm64
243243
path: /tmp/.buildx-cache/linux/arm64
@@ -297,11 +297,11 @@ jobs:
297297
with:
298298
# renovate: datasource=github-releases depName=docker/buildx
299299
version: v0.21.3
300-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
300+
- uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
301301
with:
302302
name: Docker cache amd64
303303
path: /tmp/.buildx-cache/linux/amd64
304-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
304+
- uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
305305
with:
306306
name: Docker cache arm64
307307
path: /tmp/.buildx-cache/linux/arm64
@@ -342,11 +342,11 @@ jobs:
342342
with:
343343
# renovate: datasource=github-releases depName=docker/buildx
344344
version: v0.21.3
345-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
345+
- uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
346346
with:
347347
name: Docker cache amd64
348348
path: /tmp/.buildx-cache/linux/amd64
349-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
349+
- uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
350350
with:
351351
name: Docker cache arm64
352352
path: /tmp/.buildx-cache/linux/arm64

.github/workflows/container-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
# renovate: datasource=github-releases depName=docker/buildx
4444
version: v0.21.3
45-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
45+
- uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
4646
with:
4747
name: Docker cache amd64
4848
path: /tmp/.buildx-cache/linux/amd64

0 commit comments

Comments
 (0)