Skip to content

Commit

Permalink
Update actions/download-artifact action to v4.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 25, 2025
1 parent 8492f56 commit 8cf766d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -490,15 +490,15 @@ jobs:
if: ${{ inputs.run_integration_tests == 'true' }}
steps:
- name: Download dist dir
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v4.1.9
with:
name: dist
- name: Extract dist.tar.gz
run: |
tar -xzf ${{ github.workspace }}/dist.tar.gz -C ${{ github.workspace }}
- name: Download wheels
if: ${{ inputs.run_install_wheels == 'true' }}
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v4.1.9
with:
name: wheels
path: wheels
Expand Down Expand Up @@ -566,7 +566,7 @@ jobs:
ref: ${{ needs.setup-env.outputs.sha_everest_ci }}
path: everest-ci
- name: Download xml coverage report
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v4.1.9
with:
if-no-files-found: error
name: coverage-xml
Expand Down Expand Up @@ -598,7 +598,7 @@ jobs:
artifact_directory: ${{ github.workspace }}/coverage-badge/
deploy_global_artifact: true
- name: Download html coverage report
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v4.1.9
with:
if-no-files-found: error
name: coverage-report
Expand Down

0 comments on commit 8cf766d

Please sign in to comment.