Skip to content

Commit 48904fd

Browse files
authored
ci: fix downloading linter report (#706)
1 parent 586a8c4 commit 48904fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/download-lint-report/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ runs:
77
- name: Download lint report
88
uses: actions/download-artifact@v4
99
with:
10-
name: lint-report.info
10+
name: lint-report
1111
path: reports

0 commit comments

Comments
 (0)