Skip to content

Commit

Permalink
Merge pull request #3151 from SasView/dependabot/github_actions/dot-g…
Browse files Browse the repository at this point in the history
…ithub/workflows/dawidd6/action-download-artifact-6

Bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows
  • Loading branch information
wpotrzebowski authored Jan 8, 2025
2 parents a8902fd + ccd29aa commit 03e5f87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 03e5f87

Please sign in to comment.