upgrade bundle analysis integration

This commit is contained in:
Maximilian Schneider 2022-05-28 18:15:35 +03:00
parent a1a016c54f
commit b2a49c58db
1 changed files with 3 additions and 3 deletions

View File

@ -88,7 +88,7 @@ jobs:
echo ::set-output name=body::$body
- name: Find Comment
uses: peter-evans/find-comment@v1
uses: peter-evans/find-comment@v2
if: success() && github.event.number
id: fc
with:
@ -96,14 +96,14 @@ jobs:
body-includes: '<!-- __NEXTJS_BUNDLE -->'
- name: Create Comment
uses: peter-evans/create-or-update-comment@v1.4.4
uses: peter-evans/create-or-update-comment@v2
if: success() && github.event.number && steps.fc.outputs.comment-id == 0
with:
issue-number: ${{ github.event.number }}
body: ${{ steps.get-comment-body.outputs.body }}
- name: Update Comment
uses: peter-evans/create-or-update-comment@v1.4.4
uses: peter-evans/create-or-update-comment@v2
if: success() && github.event.number && steps.fc.outputs.comment-id != 0
with:
issue-number: ${{ github.event.number }}