diff --git a/.github/workflows/test-scripts.yml b/.github/workflows/test-scripts.yml index 81efe71..c144674 100644 --- a/.github/workflows/test-scripts.yml +++ b/.github/workflows/test-scripts.yml @@ -141,7 +141,7 @@ jobs: - name: Add coverage comment to PR if: github.event_name == 'pull_request' - uses: madrapps/jacoco-report@v1.7.1 + uses: madrapps/jacoco-report@v1.7.2 with: paths: coverage.xml token: ${{ secrets.GITHUB_TOKEN }}