diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8824d01f3..2afac4bbe2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,7 +134,7 @@ jobs: restore-keys: | coverage-${{ runner.os }}-tox- - name: Download coverage files - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: coverage - run: python -m pip install 'tox<4'