Skip to content

Commit

Permalink
Unique artifact names for matrix versions, refs #141
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Feb 5, 2024
1 parent d52ad69 commit f358ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
- name: Archive examples
uses: actions/upload-artifact@v4
with:
name: examples
name: examples-${{ matrix.python-version }}
path: examples/*

0 comments on commit f358ebd

Please sign in to comment.