diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd3a033..f4f8d02 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -97,7 +97,7 @@ jobs: cache: yarn - name: Download artifacts from build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 - name: Install dependencies run: python -mpip install -r dev-requirements-jl${{ matrix.jupyterlab-major }}.* @@ -123,7 +123,7 @@ jobs: id-token: write steps: - name: Download artifacts from build - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: dist path: dist @@ -156,7 +156,7 @@ jobs: echo "NPM_TAG=$NPM_TAG" >> "$GITHUB_ENV" - name: Download artifacts from build - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: jsdist path: jsdist