ensure unique artifact name
This commit is contained in:
parent
d7212be37d
commit
671e6657cf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -64,7 +64,7 @@ jobs:
|
|||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: coverage for ${{ matrix.python-version }} on ${{ matrix.os-version }}
|
||||
name: coverage for ${{ matrix.python-version }} on ${{ matrix.os-version }} ${{ matrix.coverage-core }}
|
||||
path: coverage.xml
|
||||
|
||||
pre-commit:
|
||||
|
|
|
|||
Loading…
Reference in a new issue