From 4f05f67d4f8481f454997106c9e6de04f39bafa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 06:09:50 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 66dab17c7..7dc5e71b8 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -192,19 +192,19 @@ jobs: go-version: "1.22" - name: Download controller image - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: controller-image-${{ matrix.arch }} path: /tmp/artifacts - name: Download operator image - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: operator-image-${{ matrix.arch }} path: /tmp/artifacts - name: Download python wheels - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: python-wheels path: /tmp/python-wheels @@ -254,7 +254,7 @@ jobs: go-version: "1.22" - name: Download python wheels - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: python-wheels path: /tmp/python-wheels @@ -289,13 +289,13 @@ jobs: go-version: "1.22" - name: Download controller image - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: controller-image-amd64 path: /tmp/artifacts - name: Download python wheels - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: python-wheels path: /tmp/python-wheels