From 9abf91053d477b40a580506c563157ab31755b0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 10:10:59 +0000 Subject: [PATCH] chore(deps): update zgosalvez/github-actions-report-lcov action to v4.1.18 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/solidity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index b8d59df..6175ab9 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -287,7 +287,7 @@ jobs: - name: Report code coverage if: github.event_name == 'pull_request' - uses: zgosalvez/github-actions-report-lcov@v4.1.17 + uses: zgosalvez/github-actions-report-lcov@v4.1.18 continue-on-error: true with: coverage-files: lcov.info