File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
comment-author : ' github-actions[bot]'
31
31
32
32
- name : Create progress comment if not exists
33
- uses : peter-evans/create-or-update-comment@v4
33
+ uses : peter-evans/create-or-update-comment@v5
34
34
if : github.event_name == 'pull_request' && steps.find-comment.outputs.comment-id == ''
35
35
id : create-comment
36
36
with :
43
43
edit-mode : replace
44
44
45
45
- name : Update progress comment if exists
46
- uses : peter-evans/create-or-update-comment@v4
46
+ uses : peter-evans/create-or-update-comment@v5
47
47
if : github.event_name == 'pull_request' && steps.find-comment.outputs.comment-id != ''
48
48
id : update-comment
49
49
with :
94
94
overwrite : true
95
95
96
96
- name : Update comment with download link
97
- uses : peter-evans/create-or-update-comment@v4
97
+ uses : peter-evans/create-or-update-comment@v5
98
98
if : github.event_name == 'pull_request'
99
99
with :
100
100
comment-id : ${{ steps.comment.outputs.comment-id }}
You can’t perform that action at this time.
0 commit comments