Skip to content

Commit 567aab8

Browse files
authored
Merge pull request #1986 from rabbitmq/dependabot/github_actions/actions/download-artifact-6
build(deps): bump actions/download-artifact from 5 to 6
2 parents ff7a10d + 6b74c5e commit 567aab8

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@v5
52+
uses: actions/download-artifact@v6
5353
with:
5454
name: operator_image
5555
path: /tmp
@@ -260,15 +260,15 @@ jobs:
260260
node_image: ${{ env.KIND_NODE_IMAGE }}
261261

262262
- name: Download Operator manifest
263-
uses: actions/download-artifact@v5
263+
uses: actions/download-artifact@v6
264264
# This manifest was generated by the build_operator job, and it has the image tag for this specific execution.
265265
# Thanks to that, we don't have to make YAML modifications to deploy the right image.
266266
with:
267267
name: operator-manifests
268268
path: tmp/
269269

270270
- name: Download Operator artifact
271-
uses: actions/download-artifact@v5
271+
uses: actions/download-artifact@v6
272272
with:
273273
name: operator_image
274274
path: /tmp
@@ -330,13 +330,13 @@ jobs:
330330
node_image: ${{ env.KIND_OLDEST_NODE_IMAGE }}
331331

332332
- name: Download Operator artifact
333-
uses: actions/download-artifact@v5
333+
uses: actions/download-artifact@v6
334334
with:
335335
name: operator_image
336336
path: /tmp
337337

338338
- name: Download Operator manifest
339-
uses: actions/download-artifact@v5
339+
uses: actions/download-artifact@v6
340340
# This manifest was generated by the build_operator job, and it has the image tag for this specific execution.
341341
# Thanks to that, we don't have to make YAML modifications to deploy the right image.
342342
with:
@@ -396,13 +396,13 @@ jobs:
396396
check-latest: true
397397

398398
- name: Download Operator artifact
399-
uses: actions/download-artifact@v5
399+
uses: actions/download-artifact@v6
400400
with:
401401
name: operator_image
402402
path: /tmp
403403

404404
- name: Download Operator manifest
405-
uses: actions/download-artifact@v5
405+
uses: actions/download-artifact@v6
406406
# This manifest was generated by the build_operator job, and it has the image tag for this specific execution.
407407
# Thanks to that, we don't have to make YAML modifications to deploy the right image.
408408
with:
@@ -473,7 +473,7 @@ jobs:
473473
check-latest: true
474474

475475
- name: Download Operator artifact
476-
uses: actions/download-artifact@v5
476+
uses: actions/download-artifact@v6
477477
with:
478478
name: operator_image
479479
path: /tmp
@@ -489,7 +489,7 @@ jobs:
489489
kind load image-archive /tmp/operator.tar --name upgrade-testing
490490
491491
- name: Get operator manifest
492-
uses: actions/download-artifact@v5
492+
uses: actions/download-artifact@v6
493493
with:
494494
name: operator-manifests
495495

@@ -524,12 +524,12 @@ jobs:
524524
uses: actions/checkout@v5
525525

526526
- name: Get operator manifest
527-
uses: actions/download-artifact@v5
527+
uses: actions/download-artifact@v6
528528
with:
529529
name: operator-manifests
530530

531531
- name: Get release header
532-
uses: actions/download-artifact@v5
532+
uses: actions/download-artifact@v6
533533
with:
534534
name: release-header
535535

.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@v5
171+
uses: actions/download-artifact@v6
172172
with:
173173
name: bundle-manifest
174174
path: olm-package-ci
@@ -209,7 +209,7 @@ jobs:
209209
token: ${{ secrets.RABBITMQ_CI_TOKEN }}
210210

211211
- name: Download OLM artifact
212-
uses: actions/download-artifact@v5
212+
uses: actions/download-artifact@v6
213213
with:
214214
name: bundle-manifest
215215
path: olm-package-ci

0 commit comments

Comments
 (0)