@@ -65,14 +65,14 @@ jobs:
6565 cat *.txt
6666
6767 - name : Upload extension packages
68- uses : actions/upload-artifact@v3
68+ uses : actions/upload-artifact@v4
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@v3
75+ uses : actions/upload-artifact@v4
7676 with :
7777 name : pyproject-toml
7878 path : pyproject.toml
9393 with :
9494 python-version : ${{ matrix.python-version }}
9595
96- - uses : actions/download-artifact@v3
96+ - uses : actions/download-artifact@v4
9797 with :
9898 path : dist
9999 name : jupyterlite-pyodide-kernel-dist-${{ github.run_number }}
@@ -147,7 +147,7 @@ jobs:
147147 cd tmp
148148 jupyter lite check || exit 1
149149
150- - uses : actions/download-artifact@v3
150+ - uses : actions/download-artifact@v4
151151 with :
152152 name : pyproject-toml
153153
@@ -165,7 +165,7 @@ jobs:
165165
166166 - name : Upload reports
167167 if : always()
168- uses : actions/upload-artifact@v2
168+ uses : actions/upload-artifact@v4
169169 with :
170170 name : |-
171171 jupyterlite-pyodide-kernel-pytest-${{ github.run_number }}-${{ matrix.os }}-${{ matrix.python-version}}
@@ -183,12 +183,12 @@ jobs:
183183
184184 steps :
185185 - name : Checkout
186- uses : actions/checkout@v3
186+ uses : actions/checkout@v4
187187
188188 - name : Base Setup
189189 uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
190190
191- - uses : actions/download-artifact@v3
191+ - uses : actions/download-artifact@v4
192192 with :
193193 path : dist
194194 name : jupyterlite-pyodide-kernel-dist-${{ github.run_number }}
@@ -218,9 +218,10 @@ jobs:
218218
219219 - name : Upload Playwright Test report
220220 if : always()
221- uses : actions/upload-artifact@v3
221+ uses : actions/upload-artifact@v4
222222 with :
223- name : jupyterlite-pyodide-kernel-playwright-tests
223+ name : |-
224+ jupyterlite-pyodide-kernel-playwright-tests-${{ github.run_number }}-${{ matrix.project }}
224225 path : |
225226 ui-tests/test-results
226227 ui-tests/playwright-report
0 commit comments