diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6732ac9..6589b81 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,7 +38,7 @@ jobs: pytest tests/ -v --cov=. --cov-report=term-missing --cov-report=xml --cov-report=html - name: Upload coverage reports - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: matrix.python-version == '3.9' with: name: coverage-reports