diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a9f8a5b5..10f438e9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,7 +50,7 @@ jobs: python -m pytest - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v5.0.7 + uses: codecov/codecov-action@v5.1.2 with: file: ./coverage.xml flags: unittests