Skip to content

Commit 6a2975f

Browse files
committed
fix new upload action
1 parent 5e4ec33 commit 6a2975f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
- name: Archive code coverage results
4545
uses: actions/upload-artifact@v4
4646
with:
47-
name: code-coverage-report
47+
name: code-coverage-report-${{ matrix.os }}-${{ matrix.python-version }}
4848
path: coverage_html_report/**

0 commit comments

Comments
 (0)