diff --git a/.github/workflows/benchmark-comment.yml b/.github/workflows/benchmark-comment.yml index c8ed84388..0e9d192d2 100644 --- a/.github/workflows/benchmark-comment.yml +++ b/.github/workflows/benchmark-comment.yml @@ -41,7 +41,7 @@ jobs: echo ::set-output name=body::$(cat ./pull-request-number.artifact) # check if the previous comment exists - name: find comment - uses: peter-evans/find-comment@v1 + uses: peter-evans/find-comment@v3 id: fc with: issue-number: ${{ steps.output-pull-request-number.outputs.body }}