diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 1bf70b8a08..8ab52407d8 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'release' && github.event.action == 'published' steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: artifact path: dist diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b2bac81bb0..6ad805f8e4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -230,7 +230,7 @@ jobs: python -m pip install -U coverage>=5.1 coveralls - name: Download coverage file - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: coverage path: coverage