diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 62c00718..872c7c62 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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