@@ -65,14 +65,14 @@ jobs:
6565 cat *.txt
6666
6767 - name : Upload extension packages
68- uses : actions/upload-artifact@v4
68+ uses : actions/upload-artifact@v5
6969 with :
7070 name : jupyterlite-pyodide-kernel-dist-${{ github.run_number }}
7171 path : dist
7272 if-no-files-found : error
7373
7474 - name : Upload test config
75- uses : actions/upload-artifact@v4
75+ uses : actions/upload-artifact@v5
7676 with :
7777 name : pyproject-toml
7878 path : pyproject.toml
@@ -165,7 +165,7 @@ jobs:
165165
166166 - name : Upload reports
167167 if : always()
168- uses : actions/upload-artifact@v4
168+ uses : actions/upload-artifact@v5
169169 with :
170170 name : |-
171171 jupyterlite-pyodide-kernel-pytest-${{ github.run_number }}-${{ matrix.os }}-${{ matrix.python-version}}
@@ -196,7 +196,7 @@ jobs:
196196 - name : Install the extension
197197 run : |
198198 set -eux
199- python -m pip install "jupyterlab>=4.5.0b0 ,<4.6.0" dist/jupyterlite_pyodide_kernel*.whl
199+ python -m pip install "jupyterlab>=4.5.0rc0 ,<4.6.0" dist/jupyterlite_pyodide_kernel*.whl
200200
201201 - name : Install dependencies
202202 working-directory : ui-tests
@@ -218,7 +218,7 @@ jobs:
218218
219219 - name : Upload Playwright Test report
220220 if : always()
221- uses : actions/upload-artifact@v4
221+ uses : actions/upload-artifact@v5
222222 with :
223223 name : |-
224224 jupyterlite-pyodide-kernel-playwright-tests-${{ github.run_number }}-${{ matrix.project }}
0 commit comments