From efb6bd78fbdcd3291a235e17cf3278db8b3fb0dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 23:08:22 +0000 Subject: [PATCH] Bump actions/download-artifact from 6.0.0 to 7.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/acceptance-testing-e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/acceptance-testing-e2e.yml b/.github/workflows/acceptance-testing-e2e.yml index 801e35eb..1c58d632 100644 --- a/.github/workflows/acceptance-testing-e2e.yml +++ b/.github/workflows/acceptance-testing-e2e.yml @@ -72,7 +72,7 @@ jobs: go-version: '1.21.4' - name: Download Slim app binaries - uses: actions/download-artifact@v6.0.0 + uses: actions/download-artifact@v7.0.0 with: name: ${{ matrix.bin_artifacts }} path: bin @@ -125,7 +125,7 @@ jobs: path: e2e - name: Download Slim app binaries - uses: actions/download-artifact@v6.0.0 + uses: actions/download-artifact@v7.0.0 with: name: ${{ matrix.bin_artifacts }} path: bin