diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 867cc1aa25..e5181627f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: python -m pytest -v --cov=./ --cov-report=xml - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v5.5.3 with: file: ./coverage.xml flags: unittests