diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 06d22228a28c5e..6d7efcfb5c3cbf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -732,7 +732,7 @@ jobs: echo "Failed to restore Python virtual environment from cache" exit 1 - name: Download all coverage artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 - name: Combine coverage results run: | . venv/bin/activate diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index cce57401ea871f..bd7d76925b3411 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -71,12 +71,12 @@ jobs: uses: actions/checkout@v2.3.4 - 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 @@ -111,12 +111,12 @@ jobs: uses: actions/checkout@v2.3.4 - 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