diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 289e74b4e..2112164d7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: --cov-report html \ -vv - name: store coverage report - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: - name: coverage + name: coverage-${{ matrix.python-version }} path: htmlcov