diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c86bfe1522..072a8929f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: python -m pytest -v --cov=./ --cov-report=xml - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.2 with: file: ./coverage.xml flags: unittests