diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a196a6a..05d6ead 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,7 +47,7 @@ jobs: pytest --cov=./ --cov-report=xml - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v5.4.0 + uses: codecov/codecov-action@v5.5.2 with: file: ./coverage.xml flags: unittests @@ -95,7 +95,7 @@ jobs: # pytest --cov=./ --cov-report=xml # # - name: Upload code coverage to Codecov - # uses: codecov/codecov-action@v5.4.0 + # uses: codecov/codecov-action@v5.5.2 # with: # file: ./coverage.xml # flags: unittests