diff --git a/.github/workflows/post-coverage-comment.yaml b/.github/workflows/post-coverage-comment.yaml index a24efa0..a312726 100644 --- a/.github/workflows/post-coverage-comment.yaml +++ b/.github/workflows/post-coverage-comment.yaml @@ -79,7 +79,7 @@ jobs: - name: Create or update coverage comment if: steps.download_pr_number.outcome == 'success' && steps.download_coverage_report.outcome == 'success' && steps.comment-body.outputs.should_update == 'true' - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: comment-id: ${{ steps.find-comment.outputs.comment-id }} issue-number: ${{ steps.pr.outputs.number }}