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