Skip to content

Commit 5784283

Browse files
authored
Merge pull request #485 from sbrunner/fix-upload
Upload one artifact per Python version
2 parents 32304ea + b67c2a9 commit 5784283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- uses: actions/upload-artifact@v4
6161
with:
62-
name: Test results
62+
name: Test results (${{ matrix.python-version }})
6363
path: results
6464
if: always()
6565

0 commit comments

Comments
 (0)