diff --git a/.github/workflows/build-previews.yml b/.github/workflows/build-previews.yml index 2e713f411..09f376405 100644 --- a/.github/workflows/build-previews.yml +++ b/.github/workflows/build-previews.yml @@ -26,7 +26,7 @@ jobs: - name: Find comment if: ${{ steps.get-workflow-artifacts.outputs.conclusion != 'cancelled' }} - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 id: find-comment with: issue-number: ${{ steps.get-workflow-artifacts.outputs.pr_number }}