From 601902465e8f706b47c63e471f45cb366354780c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 06:11:05 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/wheels.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9b3902717b4648..e791620b1dbf14 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1112,7 +1112,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v4.1.1 - name: Download all coverage artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Upload coverage to Codecov (full coverage) if: needs.info.outputs.test_full_suite == 'true' uses: Wandalen/wretry.action@v1.3.0 diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 407d29af4874ca..56eaf050c11b41 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -89,12 +89,12 @@ jobs: uses: actions/checkout@v4.1.1 - name: Download env_file - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: env_file - name: Download requirements_diff - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: requirements_diff @@ -127,12 +127,12 @@ jobs: uses: actions/checkout@v4.1.1 - name: Download env_file - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: env_file - name: Download requirements_diff - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: requirements_diff