Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] dd3cbc33f2
Bump the actions group with 2 updates
5 months ago

@ -142,7 +142,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
allow-prereleases: true
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v5
with:
name: notebook-dist-${{ github.run_number }}
path: ./dist

@ -86,7 +86,7 @@ jobs:
- name: Build
uses: ./.github/actions/build-dist
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v5
with:
name: notebook-dist-${{ github.run_number }}
path: ./dist

@ -39,7 +39,7 @@ jobs:
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v5
with:
name: notebook-dist-${{ github.run_number }}
path: ./dist

@ -79,7 +79,7 @@ jobs:
jlpm
jlpm deduplicate
fi
- uses: prefix-dev/setup-pixi@v0.8.11
- uses: prefix-dev/setup-pixi@v0.8.14
with:
pixi-version: v0.41.4
manifest-path: pyproject.toml

Loading…
Cancel
Save