Skip to content

Commit fd2003a

Browse files
vinnytherobotclaude
andcommitted
fix(ci): make coverage artifact name unique per Python version
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c6fe1ac commit fd2003a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ jobs:
6060
- name: Upload coverage artifact
6161
uses: actions/upload-artifact@v4
6262
with:
63-
name: coverage-xml
63+
name: coverage-xml-${{ matrix.python-version }}
6464
path: coverage.xml

0 commit comments

Comments
 (0)