diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 336380c..21b32e9 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -114,7 +114,7 @@ jobs: # generates coverage-report.md and publishes as checkrun - name: JaCoCo Code Coverage Report id: jacoco_reporter - uses: PavanMudigonda/jacoco-reporter@v5.1 + uses: PavanMudigonda/jacoco-reporter@v5.2 with: coverage_results_path: target/site/jacoco/jacoco.xml coverage_report_name: Coverage