Skip to content

Commit

Permalink
Merge pull request #485 from sbrunner/fix-upload
Browse files Browse the repository at this point in the history
Upload one artifact per Python version
  • Loading branch information
sbrunner authored Jan 10, 2024
2 parents 32304ea + b67c2a9 commit 5784283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: Test results
name: Test results (${{ matrix.python-version }})
path: results
if: always()

Expand Down

0 comments on commit 5784283

Please sign in to comment.