From 1cc778609ef91df625effa8dadf85d28f4691864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:36:56 +0000 Subject: [PATCH] Bump zgosalvez/github-actions-report-lcov from 2 to 4 Bumps [zgosalvez/github-actions-report-lcov](https://github.com/zgosalvez/github-actions-report-lcov) from 2 to 4. - [Release notes](https://github.com/zgosalvez/github-actions-report-lcov/releases) - [Commits](https://github.com/zgosalvez/github-actions-report-lcov/compare/v2...v4) --- updated-dependencies: - dependency-name: zgosalvez/github-actions-report-lcov dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e950da..2fc21e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: name: coverage-report-llvmcov.lcov path: coverage-report-llvmcov.lcov - name: Report and Check Code Coverage - uses: zgosalvez/github-actions-report-lcov@v2 + uses: zgosalvez/github-actions-report-lcov@v4 with: coverage-files: coverage-report-llvmcov.lcov minimum-coverage: 90 @@ -140,7 +140,7 @@ jobs: name: coverage-report-grcov.lcov path: coverage-report-grcov.lcov - name: Report and Check Code Coverage - uses: zgosalvez/github-actions-report-lcov@v2 + uses: zgosalvez/github-actions-report-lcov@v4 with: coverage-files: coverage-report-grcov.lcov minimum-coverage: 90