diff --git a/.github/workflows/deploy-jupyter-book.yml b/.github/workflows/deploy-jupyter-book.yml index 062c932..138d3e1 100644 --- a/.github/workflows/deploy-jupyter-book.yml +++ b/.github/workflows/deploy-jupyter-book.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v6 - name: Set up pixi - uses: prefix-dev/setup-pixi@v0.9.4 + uses: prefix-dev/setup-pixi@v0.9.5 with: cache: true cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }} @@ -49,7 +49,7 @@ jobs: pixi run build - name: Upload jupyter book - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: jupyterbook path: 'book/_build/html/' @@ -94,7 +94,7 @@ jobs: jupyter lite check - name: Upload Pyodide build - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: jupyterlite path: _output/ @@ -110,14 +110,14 @@ jobs: steps: - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: jupyterbook path: 'public' - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: jupyterlite path: 'public/live' @@ -135,4 +135,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5