diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba24d3664..5c6394186 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: - name: Install coverage.py run: pip install coverage - name: Download all coverage artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 - name: Create coverage report run: | coverage combine coverage-*/.coverage