From 017eb0a45d9ad81cc9a613799c1d92878eade54b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 21:26:33 +0000 Subject: [PATCH] chore(deps): update zgosalvez/github-actions-report-lcov action to v7 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3aa4700..3175c6e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: - name: Setup LCOV uses: hrishikesh-kadam/setup-lcov@v1 - name: Report code coverage - uses: zgosalvez/github-actions-report-lcov@v5 + uses: zgosalvez/github-actions-report-lcov@v7 with: coverage-files: coverage/lcov.info artifact-name: code-coverage-report