Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 6d20230 commit f95a229
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_binary_conda_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
upload-to-base-bucket: ${{ matrix.upload_to_base_bucket }}

- name: Download the artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ env.ARTIFACT_NAME }}
path: ${{ inputs.repository }}/distr
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_binary_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
upload-to-base-bucket: ${{ matrix.upload_to_base_bucket }}

- name: Download the artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ env.ARTIFACT_NAME }}
path: ${{ inputs.repository }}/dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_upload_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
ref: ${{ inputs.docs-branch }}
persist-credentials: true
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ inputs.docs-name }}
path: docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lintrunner_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/lintrunner/v*')"
needs: [ macos, windows, linux, test ]
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: wheels
- name: Publish to PyPI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
docker-image: ${{ steps.calculate-docker-image.outputs.docker-image }}

- name: Download artifacts (if any)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
if: ${{ inputs.download-artifact != '' }}
with:
name: ${{ inputs.download-artifact }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}"
- name: Download artifacts (if any)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
if: ${{ inputs.download-artifact != '' }}
with:
name: ${{ inputs.download-artifact }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_disabled_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
needs: update-disabled-tests
steps:
- name: Download disabled artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: disabled-artifacts

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
submodules: ${{ inputs.submodules }}

- name: Download artifacts (if any)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
if: ${{ inputs.download-artifact != '' }}
with:
name: ${{ inputs.download-artifact }}
Expand Down

0 comments on commit f95a229

Please sign in to comment.