From 846714006c743fb1ae1712e1a7d64992660c5766 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 23:06:05 +0000 Subject: [PATCH] Update madrapps/jacoco-report action to v1.7.2 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe5bc47..82f8b66 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -108,7 +108,7 @@ jobs: path: "*/coverage-results.md" - name: Upload Code Coverage Artifacts (Pull Request) if: ${{ github.event_name == 'pull_request' }} - uses: madrapps/jacoco-report@v1.7.1 + uses: madrapps/jacoco-report@v1.7.2 with: paths: build/jacoco.xml token: ${{ secrets.GITHUB_TOKEN }}