From 8ea8f906c8adcc37d4e100ab33ea50c9265e9228 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:45:48 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2 to 6. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2...v6) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b961885ede..d78f30f269 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -384,7 +384,7 @@ jobs: - name: Retrieve installer (old image) if: ${{ env.INSTALLER_USE_OLD_IMAGE == 'true' }} id: download-old-installer - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 with: # Select a specific installer image based on the GitHub Actions run id run_id: ${{ env.INSTALLER_OLD_RUNID }} @@ -466,7 +466,7 @@ jobs: - name: Retrieve installer debug tarball if: ${{ env.INSTALLER_USE_DEBUG == 'true' }} id: download-old-debug - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 with: # Select a specific installer image based on the GitHub Actions run id run_id: ${{ env.INSTALLER_OLD_RUNID }}