Skip to content

Commit

Permalink
add python version to artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Jun 27, 2024
1 parent 2fb8e43 commit 72c2a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
- uses: actions/upload-artifact@v4
name: Upload pytest report
with:
name: pytest-report
name: pytest-report-py-${{ matrix.python-version }}
path: report.html

0 comments on commit 72c2a03

Please sign in to comment.