From 145471c17a01e3ce1be5b0163a3b678465a9bd70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 21:51:59 +0000 Subject: [PATCH] chore(deps): 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 cace373..8057969 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -112,7 +112,7 @@ jobs: - 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 }}