diff --git a/.github/workflows/deploy-jupyter-book.yml b/.github/workflows/deploy-jupyter-book.yml index be6b0dd..c96c147 100644 --- a/.github/workflows/deploy-jupyter-book.yml +++ b/.github/workflows/deploy-jupyter-book.yml @@ -49,7 +49,7 @@ jobs: pixi run build - name: Upload jupyter book - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: jupyterbook path: 'book/_build/html/' @@ -94,7 +94,7 @@ jobs: jupyter lite check - name: Upload Pyodide build - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: jupyterlite path: _output/ @@ -112,12 +112,12 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v5 - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: jupyterbook path: 'public' - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: jupyterlite path: 'public/live'