diff --git a/.github/workflows/test_and_coverage.yml b/.github/workflows/test_and_coverage.yml index b20b465..ec9e90d 100644 --- a/.github/workflows/test_and_coverage.yml +++ b/.github/workflows/test_and_coverage.yml @@ -40,7 +40,7 @@ jobs: run: pytest --cov bidsmreye --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage.xml flags: tests