Skip to content

Commit 2a4d488

Browse files
committed
fix
1 parent 9ac54ad commit 2a4d488

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: ls -lah
7171
- uses: actions/upload-artifact@v4
7272
with:
73-
name: coverage
73+
name: coverage-${{ matrix.python-version }}
7474
include-hidden-files: true
7575
if-no-files-found: error
7676
path: ".coverage"
@@ -91,7 +91,7 @@ jobs:
9191

9292
- uses: actions/download-artifact@v4
9393
with:
94-
name: coverage
94+
name: coverage-3.12
9595
path: .
9696

9797
- name: Debug downloaded artifact

0 commit comments

Comments
 (0)