diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 36c10cd..6363c0e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: build: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: astral-sh/setup-uv@v7 - name: Build the JupyterLite site run: >- @@ -41,7 +41,7 @@ jobs: - build runs-on: ubuntu-24.04 steps: - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v7 with: name: github-pages - name: Extract artifact