diff --git a/.github/workflows/ubuntu_workflow.yml b/.github/workflows/ubuntu_workflow.yml index 6a0560a9d..795bfa92a 100644 --- a/.github/workflows/ubuntu_workflow.yml +++ b/.github/workflows/ubuntu_workflow.yml @@ -80,7 +80,7 @@ jobs: - name: Create comment if: ${{ steps.fc.outputs.comment-id == 0 }} - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: issue-number: ${{ github.event.pull_request.number }} body: | @@ -90,7 +90,7 @@ jobs: - name: Update comment if: ${{ steps.fc.outputs.comment-id != 0 }} - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: ${{ steps.fc.outputs.comment-id }} edit-mode: replace