@@ -363,12 +363,12 @@ jobs:
363363 cd operator-test-playbooks
364364 ansible-playbook -i localhost, -e ansible_connection=local -e run_upstream=true -e run_prepare_catalog_repo_upstream=true -e catalog_repo=$OPP_THIS_REPO_BASE/$OPP_THIS_REPO -e catalog_repo_branch=$OPP_THIS_BRANCH upstream/local.yml --tags reset_tools,operator_info -e operator_base_dir=/tmp/community-operators-for-catalog/operators -e operators=$OPP_FORCE_OPERATORS -e cluster_type=$OPP_PRODUCTION_TYPE -e strict_cluster_version_labels=true -e production_registry_namespace=$OPP_RELEASE_BUNDLE_REGISTRY/$OPP_RELEASE_BUNDLE_ORGANIZATION $ANSIBLE_ARGS
365365 - name: Upload operator_info
366- uses: actions/upload-artifact@v2
366+ uses: actions/upload-artifact@v4
367367 with:
368368 name: operator_info
369369 path: "/tmp/operator-test/op_info.yaml"
370370 - name: Upload converted operators
371- uses: actions/upload-artifact@v2
371+ uses: actions/upload-artifact@v4
372372 with:
373373 name: operators_converted
374374 path: "/tmp/operator-test/operators"
@@ -389,12 +389,12 @@ jobs:
389389 runs-on: ubuntu-latest
390390 steps:
391391 - name: Download operator_info
392- uses: actions/download-artifact@v2
392+ uses: actions/download-artifact@v4
393393 with:
394394 name: operator_info
395395 path: /tmp/operator-test/
396396 - name: Download converted operators
397- uses: actions/download-artifact@v2
397+ uses: actions/download-artifact@v4
398398 with:
399399 name: operators_converted
400400 path: /tmp/operator-test/operators
@@ -445,12 +445,12 @@ jobs:
445445 fail-fast: false
446446 steps:
447447 - name: Download operator_info
448- uses: actions/download-artifact@v2
448+ uses: actions/download-artifact@v4
449449 with:
450450 name: operator_info
451451 path: /tmp/operator-test/
452452 - name: Download converted operators
453- uses: actions/download-artifact@v2
453+ uses: actions/download-artifact@v4
454454 with:
455455 name: operators_converted
456456 path: /tmp/operator-test/operators
@@ -712,12 +712,12 @@ jobs:
712712 ansible-playbook -i localhost, -e ansible_connection=local -e run_upstream=true -e run_prepare_catalog_repo_upstream=true -e catalog_repo=$OPP_THIS_REPO_BASE/$OPP_THIS_REPO -e catalog_repo_branch=$OPP_THIS_BRANCH upstream/local.yml --tags reset_tools,operator_info -e operator_base_dir=/tmp/community-operators-for-catalog/operators -e operators=$OPP_FORCE_OPERATORS -e cluster_type=$OPP_PRODUCTION_TYPE -e strict_cluster_version_labels=true -e stream_kind=openshift_upstream -e production_registry_namespace=$OPP_RELEASE_BUNDLE_REGISTRY/$OPP_RELEASE_BUNDLE_ORGANIZATION $ANSIBLE_ARGS
713713
714714 - name: Upload operator_info
715- uses: actions/upload-artifact@v2
715+ uses: actions/upload-artifact@v4
716716 with:
717717 name: operator_info
718718 path: "/tmp/operator-test/op_info.yaml"
719719 - name: Upload converted operators
720- uses: actions/upload-artifact@v2
720+ uses: actions/upload-artifact@v4
721721 with:
722722 name: operators_converted
723723 path: "/tmp/operator-test/operators"
@@ -739,12 +739,12 @@ jobs:
739739 runs-on: ubuntu-latest
740740 steps:
741741 - name: Download operator_info
742- uses: actions/download-artifact@v2
742+ uses: actions/download-artifact@v4
743743 with:
744744 name: operator_info
745745 path: /tmp/operator-test/
746746 - name: Download converted operators
747- uses: actions/download-artifact@v2
747+ uses: actions/download-artifact@v4
748748 with:
749749 name: operators_converted
750750 path: /tmp/operator-test/operators
@@ -796,12 +796,12 @@ jobs:
796796 fail-fast: false
797797 steps:
798798 - name: Download operator_info
799- uses: actions/download-artifact@v2
799+ uses: actions/download-artifact@v4
800800 with:
801801 name: operator_info
802802 path: /tmp/operator-test/
803803 - name: Download converted operators
804- uses: actions/download-artifact@v2
804+ uses: actions/download-artifact@v4
805805 with:
806806 name: operators_converted
807807 path: /tmp/operator-test/operators
0 commit comments