From e111dc54c81cf805a9bb96b3d699ba4be40d1f96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 06:08:33 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test-publish.yml | 8 ++++---- .github/workflows/olm.yml | 4 ++-- .github/workflows/pr.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) 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