diff --git a/.github/workflows/tests-pytests.yml b/.github/workflows/tests-pytests.yml index 75164b2..8fb5ccd 100644 --- a/.github/workflows/tests-pytests.yml +++ b/.github/workflows/tests-pytests.yml @@ -69,7 +69,7 @@ jobs: pipenv-install-options: ${{ inputs.pipenv-install-options }} command: pytest -v --cov --cov-report=xml ${{ inputs.pytest_opts }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.1.0 with: token: ${{ secrets.codecov_token }} flags: unittests