From 638cab840589ae1f82b776fdb1c01cbcae3247c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 05:36:59 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...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/e2e-tests.yml | 2 +- .github/workflows/integration-tests.yml | 2 +- .github/workflows/pipeline.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 516cd8fc1..9e3010797 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -29,7 +29,7 @@ jobs: go-version: '1.24' - name: Download images - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: /tmp/images diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 6b962dab2..e41b09577 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -66,7 +66,7 @@ jobs: go-version: '1.24' - name: Download images - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: /tmp/images diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 33e1f2587..efe9da328 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -122,7 +122,7 @@ jobs: go-version: '1.24' - name: Download images - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: /tmp/images