diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 3d2b380..242585f 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -69,7 +69,7 @@ jobs: pytest -v --benchmark --cov=spyrmsd --cov-report=xml --color=yes tests/ - name: CodeCov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage.xml flags: unittests