Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
comment-author: 'github-actions[bot]'

- name: Create progress comment if not exists
uses: peter-evans/create-or-update-comment@v4
uses: peter-evans/create-or-update-comment@v5
if: github.event_name == 'pull_request' && steps.find-comment.outputs.comment-id == ''
id: create-comment
with:
Expand All @@ -43,7 +43,7 @@ jobs:
edit-mode: replace

- name: Update progress comment if exists
uses: peter-evans/create-or-update-comment@v4
uses: peter-evans/create-or-update-comment@v5
if: github.event_name == 'pull_request' && steps.find-comment.outputs.comment-id != ''
id: update-comment
with:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
overwrite: true

- name: Update comment with download link
uses: peter-evans/create-or-update-comment@v4
uses: peter-evans/create-or-update-comment@v5
if: github.event_name == 'pull_request'
with:
comment-id: ${{ steps.comment.outputs.comment-id }}
Expand Down