diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb213e25fb..f22345dd5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -355,7 +355,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 }} @@ -457,7 +457,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 }}