diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 3a0329b..486bada 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -44,7 +44,7 @@ jobs: python3 -m pytest tests/ --doctest-modules --junitxml=junit/test-results.xml --cov --cov-report=xml --cov-report=html - name: Codecov Python - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }} flags: unittests