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 26
26
steps :
27
27
- uses : actions/checkout@v4
28
28
# restore records from the artifacts
29
- - uses : dawidd6/action-download-artifact@v2
29
+ - uses : dawidd6/action-download-artifact@v6
30
30
with :
31
31
workflow : benchmark.yml
32
32
name : Benchmarking
@@ -50,13 +50,13 @@ jobs:
50
50
# create/update comment
51
51
- name : create comment
52
52
if : ${{ steps.fc.outputs.comment-id == 0 }}
53
- uses : peter-evans/create-or-update-comment@v1
53
+ uses : peter-evans/create-or-update-comment@v4
54
54
with :
55
55
issue-number : ${{ steps.output-pull-request-number.outputs.body }}
56
56
body : ${{ steps.output-result-markdown.outputs.body }}
57
57
- name : update comment
58
58
if : ${{ steps.fc.outputs.comment-id != 0 }}
59
- uses : peter-evans/create-or-update-comment@v1
59
+ uses : peter-evans/create-or-update-comment@v4
60
60
with :
61
61
comment-id : ${{ steps.fc.outputs.comment-id }}
62
62
body : ${{ steps.output-result-markdown.outputs.body }}
You can’t perform that action at this time.
0 commit comments