diff --git a/.github/workflows/pull-request-checks.yaml b/.github/workflows/pull-request-checks.yaml index a09bf84b422..91bb8c1532a 100644 --- a/.github/workflows/pull-request-checks.yaml +++ b/.github/workflows/pull-request-checks.yaml @@ -968,7 +968,7 @@ jobs: echo "lcov_excl_line = UNREACHABLE" > ~/.lcovrc cmake --build build --target coverage -- -j2 - name: Upload coverage statistics to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: build/html/coverage.info