Skip to content

Commit d08d570

Browse files
Merge pull request #1920 from rabbitmq/dependabot/github_actions/actions/download-artifact-5
2 parents 3d72323 + c42449e commit d08d570

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
sudo ./install.sh /usr/local
5050
5151
- name: Download Operator artifact
52-
uses: actions/download-artifact@v4
52+
uses: actions/download-artifact@v5
5353
with:
5454
name: operator_image
5555
path: /tmp
@@ -245,15 +245,15 @@ jobs:
245245
node_image: ${{ env.KIND_NODE_IMAGE }}
246246

247247
- name: Download Operator manifest
248-
uses: actions/download-artifact@v4
248+
uses: actions/download-artifact@v5
249249
# This manifest was generated by the build_operator job, and it has the image tag for this specific execution.
250250
# Thanks to that, we don't have to make YAML modifications to deploy the right image.
251251
with:
252252
name: operator-manifests
253253
path: tmp/
254254

255255
- name: Download Operator artifact
256-
uses: actions/download-artifact@v4
256+
uses: actions/download-artifact@v5
257257
with:
258258
name: operator_image
259259
path: /tmp
@@ -315,13 +315,13 @@ jobs:
315315
node_image: ${{ env.KIND_OLDEST_NODE_IMAGE }}
316316

317317
- name: Download Operator artifact
318-
uses: actions/download-artifact@v4
318+
uses: actions/download-artifact@v5
319319
with:
320320
name: operator_image
321321
path: /tmp
322322

323323
- name: Download Operator manifest
324-
uses: actions/download-artifact@v4
324+
uses: actions/download-artifact@v5
325325
# This manifest was generated by the build_operator job, and it has the image tag for this specific execution.
326326
# Thanks to that, we don't have to make YAML modifications to deploy the right image.
327327
with:
@@ -365,13 +365,13 @@ jobs:
365365
check-latest: true
366366

367367
- name: Download Operator artifact
368-
uses: actions/download-artifact@v4
368+
uses: actions/download-artifact@v5
369369
with:
370370
name: operator_image
371371
path: /tmp
372372

373373
- name: Download Operator manifest
374-
uses: actions/download-artifact@v4
374+
uses: actions/download-artifact@v5
375375
# This manifest was generated by the build_operator job, and it has the image tag for this specific execution.
376376
# Thanks to that, we don't have to make YAML modifications to deploy the right image.
377377
with:
@@ -424,7 +424,7 @@ jobs:
424424
check-latest: true
425425

426426
- name: Download Operator artifact
427-
uses: actions/download-artifact@v4
427+
uses: actions/download-artifact@v5
428428
with:
429429
name: operator_image
430430
path: /tmp
@@ -440,7 +440,7 @@ jobs:
440440
kind load image-archive /tmp/operator.tar --name upgrade-testing
441441
442442
- name: Get operator manifest
443-
uses: actions/download-artifact@v4
443+
uses: actions/download-artifact@v5
444444
with:
445445
name: operator-manifests
446446

@@ -475,12 +475,12 @@ jobs:
475475
uses: actions/checkout@v5
476476

477477
- name: Get operator manifest
478-
uses: actions/download-artifact@v4
478+
uses: actions/download-artifact@v5
479479
with:
480480
name: operator-manifests
481481

482482
- name: Get release header
483-
uses: actions/download-artifact@v4
483+
uses: actions/download-artifact@v5
484484
with:
485485
name: release-header
486486

.github/workflows/olm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
token: ${{ secrets.RABBITMQ_CI_TOKEN }}
169169

170170
- name: Download OLM artifact
171-
uses: actions/download-artifact@v4
171+
uses: actions/download-artifact@v5
172172
with:
173173
name: bundle-manifest
174174
path: olm-package-ci
@@ -208,7 +208,7 @@ jobs:
208208
token: ${{ secrets.RABBITMQ_CI_TOKEN }}
209209

210210
- name: Download OLM artifact
211-
uses: actions/download-artifact@v4
211+
uses: actions/download-artifact@v5
212212
with:
213213
name: bundle-manifest
214214
path: olm-package-ci

0 commit comments

Comments
 (0)