diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 8c8e764..ff56c20 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@v5 + uses: codecov/codecov-action@v6 with: files: /home/runner/coverage.xml fail_ci_if_error: true