From 8c6db1b9ca3d49b353b3e1db7a0a77afe643a9e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 22:54:56 +0000 Subject: [PATCH] dev: bump the all group across 1 directory with 2 updates Bumps the all group with 2 updates in the / directory: [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) and [justinthelaw/maximize-github-runner-space](https://github.com/justinthelaw/maximize-github-runner-space). Updates `dawidd6/action-download-artifact` from 21 to 24 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v21...v24) Updates `justinthelaw/maximize-github-runner-space` from 0.10.0 to 0.12.2 - [Release notes](https://github.com/justinthelaw/maximize-github-runner-space/releases) - [Commits](https://github.com/justinthelaw/maximize-github-runner-space/compare/v0.10.0...v0.12.2) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '24' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: justinthelaw/maximize-github-runner-space dependency-version: 0.12.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/console-e2e.yml | 2 +- .github/workflows/release-tag.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/console-e2e.yml b/.github/workflows/console-e2e.yml index 310a63c623..d34e215a18 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@v21 + uses: dawidd6/action-download-artifact@v24 continue-on-error: true with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index 88d2607c7f..9858840560 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -34,7 +34,7 @@ jobs: timeout-minutes: 90 steps: - name: Maximize build space - uses: justinthelaw/maximize-github-runner-space@v0.10.0 + uses: justinthelaw/maximize-github-runner-space@v0.12.2 with: skip-components: docker-engine,cached-go,cached-node,aws-cli,gh-cli swapfile-size: 2G