diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 45a4e603..1b2dcf17 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -102,7 +102,7 @@ jobs: - name: Upload notebooks if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: notebooks py3 path: examples/*.html