From 3093ad22b85c26f7702ec8f518edac32e95f981c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 00:08:19 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.1.8 to 4.3.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.3.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.8...v4.3.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 3848ed9a..d8143b05 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@v4.1.8 + uses: actions/download-artifact@v4.3.0 with: name: ${{ matrix.bin_artifacts }} path: bin @@ -125,7 +125,7 @@ jobs: path: e2e - name: Download Slim app binaries - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.3.0 with: name: ${{ matrix.bin_artifacts }} path: bin