From 01a1e86789b69b2a2e656c64bb991d6d718aa7af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 22:03:28 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' 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 23c78755..a7a32e46 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@v5 + uses: actions/download-artifact@v6 with: name: operator-manifests @@ -195,7 +195,7 @@ jobs: node_image: ${{ env.KIND_NODE_IMAGE }} - name: Download Operator manifest - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 # 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@v5 + uses: actions/download-artifact@v6 with: name: operator_image path: ${{ runner.temp }}/operator-image @@ -250,7 +250,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 - name: Get operator manifest - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: operator-manifests - name: Release diff --git a/.github/workflows/olm.yml b/.github/workflows/olm.yml index 3ab3344a..ed5ac7f4 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@v5 + uses: actions/download-artifact@v6 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@v5 + uses: actions/download-artifact@v6 with: name: olm-artifact path: olm-package-ci diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 2c9fbe8d..abebe1b4 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@v5 + uses: actions/download-artifact@v6 with: name: operator_image path: /tmp