diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c800fb2..ad72d557 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: path: build/libs/*.jar - name: Post PR Coverage Annotations - uses: madrapps/jacoco-report@v1.6.1 + uses: madrapps/jacoco-report@v1.7.2 if: github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' with: paths: build/reports/jacoco/test/jacocoTestReport.xml