diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index fe5cd80e041..504a61e4e3d 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -42,7 +42,7 @@ jobs: python -m pytest . -v --cov-report term-missing --cov-report=xml --cov=./ # yamllint enable rule:line-length - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.0.5 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.codecov_token }} files: coverage.xml