Skip to content

Commit 9c3a843

Browse files
authored
Merge pull request #1061 from rabbitmq/dependabot/github_actions/actions/download-artifact-6
build(deps): bump actions/download-artifact from 5 to 6
2 parents c186456 + 01a1e86 commit 9c3a843

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
go-version-file: go.mod
185185

186186
- name: Get operator manifest
187-
uses: actions/download-artifact@v5
187+
uses: actions/download-artifact@v6
188188
with:
189189
name: operator-manifests
190190

@@ -195,15 +195,15 @@ jobs:
195195
node_image: ${{ env.KIND_NODE_IMAGE }}
196196

197197
- name: Download Operator manifest
198-
uses: actions/download-artifact@v5
198+
uses: actions/download-artifact@v6
199199
# This manifest was generated by the build_operator job, and it has the image tag for this specific execution.
200200
# Thanks to that, we don't have to make YAML modifications to deploy the right image.
201201
with:
202202
name: operator-manifests
203203
path: tmp/
204204

205205
- name: Download Operator artifact
206-
uses: actions/download-artifact@v5
206+
uses: actions/download-artifact@v6
207207
with:
208208
name: operator_image
209209
path: ${{ runner.temp }}/operator-image
@@ -250,7 +250,7 @@ jobs:
250250
- name: Checkout
251251
uses: actions/checkout@v5
252252
- name: Get operator manifest
253-
uses: actions/download-artifact@v5
253+
uses: actions/download-artifact@v6
254254
with:
255255
name: operator-manifests
256256
- name: Release

.github/workflows/olm.yml

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

193193
- name: Download OLM artifact
194-
uses: actions/download-artifact@v5
194+
uses: actions/download-artifact@v6
195195
with:
196196
name: olm-artifact
197197
path: olm-package-ci
@@ -231,7 +231,7 @@ jobs:
231231
token: ${{ secrets.RABBITMQ_CI_TOKEN }}
232232

233233
- name: Download OLM artifact
234-
uses: actions/download-artifact@v5
234+
uses: actions/download-artifact@v6
235235
with:
236236
name: olm-artifact
237237
path: olm-package-ci

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
only: ytt
9494

9595
- name: Download artifact
96-
uses: actions/download-artifact@v5
96+
uses: actions/download-artifact@v6
9797
with:
9898
name: operator_image
9999
path: /tmp

0 commit comments

Comments
 (0)