From 21e7fddac37c258f3134e7168ce0d396c69e138a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 21:57:42 -0700 Subject: [PATCH] Bump actions/download-artifact from 4.1.4 to 4.1.7 (#675) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.4 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.4...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 df9d847fe6..ce316f918d 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.4 + uses: actions/download-artifact@v4.1.7 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.4 + uses: actions/download-artifact@v4.1.7 with: name: ${{ matrix.bin_artifacts }} path: bin