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
0 commit comments