diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 9613509c4..50133b2cf 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -226,7 +226,7 @@ jobs: - name: Upload coverage to Codecov # see: https://github.com/codecov/codecov-action#usage - uses: codecov/codecov-action@40a12dcee2df644d47232dde008099a3e9e4f865 # v3.1.2 + uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3.1.3 with: verbose: true token: ${{ secrets.CODECOV_TOKEN }}