diff --git a/.github/workflows/weighted-code-coverage.yml b/.github/workflows/weighted-code-coverage.yml index a6508ed..dc8b7f7 100644 --- a/.github/workflows/weighted-code-coverage.yml +++ b/.github/workflows/weighted-code-coverage.yml @@ -253,7 +253,7 @@ jobs: # Search for an existing comment containing 'Weighted Code Coverage'; if found, it will later be updated with new metric values, otherwise a new comment will be created - name: Find comment if: github.event_name == 'pull_request' - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 id: fc with: issue-number: ${{ github.event.pull_request.number }}