Skip to content

Commit 9c75e1b

Browse files
committed
Upgrade to actions/upload-artifact v4
1 parent c93e7fc commit 9c75e1b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,10 @@ jobs:
111111
coverage xml
112112
113113
- name: Upload coverage report
114-
uses: actions/upload-artifact@v3
114+
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12' && matrix.extra_lib == 'none'
115+
uses: actions/upload-artifact@v4
115116
with:
116-
name: coverage-report
117+
name: coverage-report-${{ github.sha }}
117118
path: coverage.xml
118119

119120
- name: Report test coverage

0 commit comments

Comments
 (0)