diff --git a/.github/workflows/build-previews.yml b/.github/workflows/build-previews.yml index 5fcb5ec2..15c07978 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@v2 + uses: peter-evans/find-comment@v3 id: find-comment with: issue-number: ${{ steps.get-workflow-artifacts.outputs.pr_number }}