diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5fb7e79..ccbb862 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -78,7 +78,7 @@ jobs: cat code-coverage-summary.md >> $GITHUB_STEP_SUMMARY cat code-coverage-details.md >> $GITHUB_STEP_SUMMARY - name: Add Coverage as PR Comment - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3.0.4 if: github.event_name == 'pull_request' with: recreate: true