diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 6f29cc31..06df7613 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -184,7 +184,7 @@ jobs: go-version-file: go.mod - name: Get operator manifest - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: operator-manifests @@ -195,7 +195,7 @@ jobs: node_image: ${{ env.KIND_NODE_IMAGE }} - name: Download Operator manifest - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 # This manifest was generated by the build_operator job, and it has the image tag for this specific execution. # Thanks to that, we don't have to make YAML modifications to deploy the right image. with: @@ -203,7 +203,7 @@ jobs: path: tmp/ - name: Download Operator artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: operator_image path: ${{ runner.temp }}/operator-image @@ -250,7 +250,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Get operator manifest - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: operator-manifests - name: Release diff --git a/.github/workflows/olm.yml b/.github/workflows/olm.yml index 4c46d8ef..cfef984e 100644 --- a/.github/workflows/olm.yml +++ b/.github/workflows/olm.yml @@ -191,7 +191,7 @@ jobs: token: ${{ secrets.RABBITMQ_CI_TOKEN }} - name: Download OLM artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: olm-artifact path: olm-package-ci @@ -231,7 +231,7 @@ jobs: token: ${{ secrets.RABBITMQ_CI_TOKEN }} - name: Download OLM artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: olm-artifact path: olm-package-ci diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c7d98ec9..ddb921d1 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -93,7 +93,7 @@ jobs: only: ytt - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: operator_image path: /tmp