Skip to content

Commit 55707cb

Browse files
authored
Merge branch 'master' into dependabot/github_actions/codecov/codecov-action-4
2 parents b6f18ab + 78b9141 commit 55707cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/benchmark-comment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828
# restore records from the artifacts
29-
- uses: dawidd6/action-download-artifact@v2
29+
- uses: dawidd6/action-download-artifact@v6
3030
with:
3131
workflow: benchmark.yml
3232
name: Benchmarking
@@ -50,13 +50,13 @@ jobs:
5050
# create/update comment
5151
- name: create comment
5252
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
5454
with:
5555
issue-number: ${{ steps.output-pull-request-number.outputs.body }}
5656
body: ${{ steps.output-result-markdown.outputs.body }}
5757
- name: update comment
5858
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
6060
with:
6161
comment-id: ${{ steps.fc.outputs.comment-id }}
6262
body: ${{ steps.output-result-markdown.outputs.body }}

0 commit comments

Comments
 (0)