diff --git a/.github/workflows/test_suite.yaml b/.github/workflows/test_suite.yaml index 5daa083d..7bdce724 100644 --- a/.github/workflows/test_suite.yaml +++ b/.github/workflows/test_suite.yaml @@ -44,7 +44,7 @@ jobs: python -m pytest --log-cli-level INFO - name: Upload coverage report - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v5.1.2 with: file: ./coverage.xml flags: unittests