Skip to content

Commit

Permalink
use different names for the unittest artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
marph91 committed Nov 19, 2024
1 parent 4a37804 commit f1026a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
- name: Archive all collected test results
uses: actions/upload-artifact@v4
with:
name: test_output
name: test_output_${{ matrix.python-version }}
path: test_output/

0 comments on commit f1026a3

Please sign in to comment.