From f95a2295b42d24bea7cb152a182efbc101f00bd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:07:22 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows 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](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/_binary_conda_upload.yml | 2 +- .github/workflows/_binary_upload.yml | 2 +- .github/workflows/_upload_docs.yml | 2 +- .github/workflows/lintrunner_ci.yml | 2 +- .github/workflows/linux_job.yml | 2 +- .github/workflows/macos_job.yml | 2 +- .github/workflows/update_disabled_tests.yml | 2 +- .github/workflows/windows_job.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/_binary_conda_upload.yml b/.github/workflows/_binary_conda_upload.yml index ae241f108b..4a741f21f3 100644 --- a/.github/workflows/_binary_conda_upload.yml +++ b/.github/workflows/_binary_conda_upload.yml @@ -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 diff --git a/.github/workflows/_binary_upload.yml b/.github/workflows/_binary_upload.yml index 5fe7458a27..0c7fa08d08 100644 --- a/.github/workflows/_binary_upload.yml +++ b/.github/workflows/_binary_upload.yml @@ -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/ diff --git a/.github/workflows/_upload_docs.yml b/.github/workflows/_upload_docs.yml index a99aaf5cf8..4c321a0fb9 100644 --- a/.github/workflows/_upload_docs.yml +++ b/.github/workflows/_upload_docs.yml @@ -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 diff --git a/.github/workflows/lintrunner_ci.yml b/.github/workflows/lintrunner_ci.yml index f12b767a77..01bc929d96 100644 --- a/.github/workflows/lintrunner_ci.yml +++ b/.github/workflows/lintrunner_ci.yml @@ -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 diff --git a/.github/workflows/linux_job.yml b/.github/workflows/linux_job.yml index 86badcc0a4..ed160c920a 100644 --- a/.github/workflows/linux_job.yml +++ b/.github/workflows/linux_job.yml @@ -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 }} diff --git a/.github/workflows/macos_job.yml b/.github/workflows/macos_job.yml index 546322aa2c..1435ae05ab 100644 --- a/.github/workflows/macos_job.yml +++ b/.github/workflows/macos_job.yml @@ -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 }} diff --git a/.github/workflows/update_disabled_tests.yml b/.github/workflows/update_disabled_tests.yml index 54bb593dd7..f26c0b1c5e 100644 --- a/.github/workflows/update_disabled_tests.yml +++ b/.github/workflows/update_disabled_tests.yml @@ -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 diff --git a/.github/workflows/windows_job.yml b/.github/workflows/windows_job.yml index fe98ca28c4..e1b87dffbb 100644 --- a/.github/workflows/windows_job.yml +++ b/.github/workflows/windows_job.yml @@ -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 }}