diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 0c56f10fee..2534404adf 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@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0 + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 with: files: ./coverage.out fail_ci_if_error: true