From 6e7c1648c9ffc74f7e546769e50244a09dac3d6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 08:24:53 +0000 Subject: [PATCH] dev: bump dawidd6/action-download-artifact Bumps the all group with 1 update in the / directory: [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact). Updates `dawidd6/action-download-artifact` from 20 to 21 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v20...v21) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '21' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/console-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/console-e2e.yml b/.github/workflows/console-e2e.yml index 40a8762c82..f3b5d2ec47 100644 --- a/.github/workflows/console-e2e.yml +++ b/.github/workflows/console-e2e.yml @@ -145,7 +145,7 @@ jobs: with: name: "build-files" - name: Download last failed spec - uses: dawidd6/action-download-artifact@v20 + uses: dawidd6/action-download-artifact@v21 continue-on-error: true with: github_token: ${{ secrets.GITHUB_TOKEN }}