File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments