diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index e0fdaf437d..0c56f10fee 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -56,7 +56,7 @@ jobs: with: name: coverage.out - name: Upload Report to Codecov - uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1 + uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0 with: files: ./coverage.out fail_ci_if_error: true