From 8a745a91ac1f8bf375921faf032a09a2eafae011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 23:07:16 +0000 Subject: [PATCH] Bump actions/download-artifact from 5.0.0 to 6.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.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 0d7adf6f..d6752f0a 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@v5.0.0 + uses: actions/download-artifact@v6.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@v5.0.0 + uses: actions/download-artifact@v6.0.0 with: name: ${{ matrix.bin_artifacts }} path: bin