diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e7f1c36..14c799a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -46,6 +46,6 @@ jobs: run: | python -m pytest --junitxml=test-reports/junit.xml --cov=./ --verbose - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.0 with: file: test-reports/junit.xml