File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142142 with :
143143 python-version : ${{ matrix.python }}
144144 allow-prereleases : true
145- - uses : actions/download-artifact@v5
145+ - uses : actions/download-artifact@v6
146146 with :
147147 name : notebook-dist-${{ github.run_number }}
148148 path : ./dist
Original file line number Diff line number Diff line change 2727 version_spec : next
2828
2929 - name : Upload Distributions
30- uses : actions/upload-artifact@v4
30+ uses : actions/upload-artifact@v5
3131 with :
3232 name : notebook-jupyter-releaser-dist-${{ github.run_number }}
3333 path : .jupyter_releaser_checkout/dist
Original file line number Diff line number Diff line change 8686 - name : Build
8787 uses : ./.github/actions/build-dist
8888
89- - uses : actions/download-artifact@v5
89+ - uses : actions/download-artifact@v6
9090 with :
9191 name : notebook-dist-${{ github.run_number }}
9292 path : ./dist
Original file line number Diff line number Diff line change 3939 - name : Base Setup
4040 uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
4141
42- - uses : actions/download-artifact@v5
42+ - uses : actions/download-artifact@v6
4343 with :
4444 name : notebook-dist-${{ github.run_number }}
4545 path : ./dist
@@ -62,15 +62,15 @@ jobs:
6262
6363 - name : Upload Playwright Test assets
6464 if : always()
65- uses : actions/upload-artifact@v4
65+ uses : actions/upload-artifact@v5
6666 with :
6767 name : notebook-${{ matrix.browser }}-test-assets
6868 path : |
6969 ui-tests/test-results
7070
7171 - name : Upload Playwright Test report
7272 if : always()
73- uses : actions/upload-artifact@v4
73+ uses : actions/upload-artifact@v5
7474 with :
7575 name : notebook-${{ matrix.browser }}-test-report
7676 path : |
8787
8888 - name : Upload updated snapshots
8989 if : failure()
90- uses : actions/upload-artifact@v4
90+ uses : actions/upload-artifact@v5
9191 with :
9292 name : notebook-${{ matrix.browser }}-updated-snapshots
9393 path : ui-tests/test
Original file line number Diff line number Diff line change 7979 jlpm
8080 jlpm deduplicate
8181 fi
82- - uses : prefix-dev/setup-pixi@v0.9.2
82+ - uses : prefix-dev/setup-pixi@v0.9.3
8383 with :
8484 pixi-version : v0.41.4
8585 manifest-path : pyproject.toml
You can’t perform that action at this time.
0 commit comments