Skip to content

Commit 5ede96b

Browse files
committed
fix(ci): use matching artifact action versions.
1 parent 5c4f6c8 commit 5ede96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/performance_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
github.event.workflow_run.conclusion == 'success'
2323
steps:
2424
- name: Download performance comment
25-
uses: actions/download-artifact@v7
25+
uses: actions/download-artifact@v6
2626
with:
2727
run-id: ${{ github.event.workflow_run.id }}
2828
name: performance-comment

0 commit comments

Comments
 (0)