From 5fb3299db19ea899b1169585b7b3ba1af22ebe4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 05:44:38 +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/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..23ceb9b34 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@v5 with: path: /tmp/images diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 6b962dab2..f02263c7d 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@v5 with: path: /tmp/images diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 33e1f2587..9ac02129c 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@v5 with: path: /tmp/images