diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 56251ad1d684..ea1c6935edd5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -166,7 +166,7 @@ jobs: - name: Upload coverage to Codecov if: ${{ github.event.pull_request.head.repo.fork == false && github.event.pull_request.user.login != 'dependabot[bot]' }} - uses: codecov/codecov-action@v5.1.2 + uses: codecov/codecov-action@v5.3.1 with: name: codecov-python-${{ matrix.python-version }} flags: pytests