diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index ff56c20..fd36b98 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -30,7 +30,7 @@ jobs: # Run tests while also generating coverage statistics pytest --cov . --cov-report xml:/home/runner/coverage.xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: /home/runner/coverage.xml fail_ci_if_error: true