Skip to content

Commit 16720e1

Browse files
Updated upload artifact name for MPL, some names were clashing across builds.
1 parent ebe4394 commit 16720e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112

113113
- uses: actions/upload-artifact@v4
114114
with:
115-
name: Code coverage for Python ${{ matrix.python-version }}
115+
name: Code coverage for Python ${{ matrix.python-version }}, ${{ matrix.dependencies }} dependencies
116116
path: coverage-*.xml
117117

118118
lint:

0 commit comments

Comments
 (0)