diff --git a/.github/workflows/test-reporting.yml b/.github/workflows/test-reporting.yml index 8c5ba78..7cc5895 100644 --- a/.github/workflows/test-reporting.yml +++ b/.github/workflows/test-reporting.yml @@ -51,7 +51,7 @@ jobs: - name: Publish JaCoCo report as PR comment id: jacoco - uses: madrapps/jacoco-report@v1.7.2 + uses: madrapps/jacoco-report@v1.8.0 with: token: ${{ secrets.GITHUB_TOKEN }} paths: build-reports-artifacts/**/build/reports/jacoco/testCodeCoverageReport/testCodeCoverageReport.xml