diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 6acde38463f..9b549598846 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -66,7 +66,7 @@ jobs: echo "lcov_excl_line = UNREACHABLE" > ~/.lcovrc cmake --build build --target coverage -- -j${{env.linux-vcpus}} - name: Upload coverage statistics to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: build/html/coverage.info