diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 747eee2..0460023 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -85,7 +85,7 @@ jobs: python -m pytest - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.7 with: file: ./coverage.xml flags: unittests