diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65597c11f..3b6aece8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: run: | pip install -r requirements/testing.txt - name: Download all coverage artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v7 - name: Create coverage report run: | coverage combine coverage*/.coverage*