diff --git a/.github/workflows/backend-ci.yml b/.github/workflows/backend-ci.yml index 337397c..7d5f61b 100644 --- a/.github/workflows/backend-ci.yml +++ b/.github/workflows/backend-ci.yml @@ -86,7 +86,7 @@ jobs: - name: Add coverage comment to PR if: github.event_name == 'pull_request' - uses: madrapps/jacoco-report@v1.6.1 + uses: madrapps/jacoco-report@v1.8.0 with: paths: codehive-backend/build/reports/jacoco/test/jacocoTestReport.xml token: ${{ secrets.GITHUB_TOKEN }}