Skip to content

Commit

Permalink
Fix upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
clelange committed Feb 13, 2024
1 parent e791ecc commit 059f36b
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 @@ -105,7 +105,7 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: notebooks py3
name: notebooks-${{ matrix.root-version }}-${{ matrix.python-version }} py3-${{ matrix.root-version }}-${{ matrix.python-version }}
path: examples/*.html

- name: Run pylint
Expand Down

0 comments on commit 059f36b

Please sign in to comment.