diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b4a75f5f..4485343e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,7 +45,7 @@ jobs: - name: Generate coverage report run: pytest --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.1.1 + uses: codecov/codecov-action@v4.5.0 with: file: ./coverage.xml flags: unittests