Skip to content

Commit dd8e45e

Browse files
committed
Clarify GitHub action artifact names
1 parent f68108a commit dd8e45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Upload coverage report
4747
uses: actions/upload-artifact@v4
4848
with:
49-
name: coverage-report
49+
name: legacy-coverage-report
5050
path: htmlcov/
5151

5252
- name: Collect diff coverage

0 commit comments

Comments
 (0)