From 6bc74ca74548b0785004908c0bfbf8bbb809a2ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 13:15:03 +0200 Subject: [PATCH] Bump actions/download-artifact from 2 to 3 (#69837) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 3c12fc8e855..946e6f9ceab 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -845,7 +845,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v3.0.0 - name: Download all coverage artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 - name: Upload coverage to Codecov (full coverage) if: needs.changes.outputs.test_full_suite == 'true' uses: codecov/codecov-action@v3.0.0 diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 6c31b9003c1..65b6ffad033 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -77,12 +77,12 @@ jobs: uses: actions/checkout@v3.0.0 - name: Download env_file - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: env_file - name: Download requirements_diff - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: requirements_diff @@ -118,12 +118,12 @@ jobs: uses: actions/checkout@v3.0.0 - name: Download env_file - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: env_file - name: Download requirements_diff - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: requirements_diff