diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fc42a7..7058be3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: run: | python -m pip install --upgrade pip pip install codecov~=2.0.15 - - uses: actions/download-artifact@v1 + - uses: actions/download-artifact@v4.1.7 with: name: coverage-${{ matrix.python-version }} path: coverage.xml