@@ -65,14 +65,14 @@ jobs:
65
65
cat *.txt
66
66
67
67
- name : Upload extension packages
68
- uses : actions/upload-artifact@v3
68
+ uses : actions/upload-artifact@v4
69
69
with :
70
70
name : jupyterlite-pyodide-kernel-dist-${{ github.run_number }}
71
71
path : dist
72
72
if-no-files-found : error
73
73
74
74
- name : Upload test config
75
- uses : actions/upload-artifact@v3
75
+ uses : actions/upload-artifact@v4
76
76
with :
77
77
name : pyproject-toml
78
78
path : pyproject.toml
93
93
with :
94
94
python-version : ${{ matrix.python-version }}
95
95
96
- - uses : actions/download-artifact@v3
96
+ - uses : actions/download-artifact@v4
97
97
with :
98
98
path : dist
99
99
name : jupyterlite-pyodide-kernel-dist-${{ github.run_number }}
@@ -147,7 +147,7 @@ jobs:
147
147
cd tmp
148
148
jupyter lite check || exit 1
149
149
150
- - uses : actions/download-artifact@v3
150
+ - uses : actions/download-artifact@v4
151
151
with :
152
152
name : pyproject-toml
153
153
@@ -165,7 +165,7 @@ jobs:
165
165
166
166
- name : Upload reports
167
167
if : always()
168
- uses : actions/upload-artifact@v2
168
+ uses : actions/upload-artifact@v4
169
169
with :
170
170
name : |-
171
171
jupyterlite-pyodide-kernel-pytest-${{ github.run_number }}-${{ matrix.os }}-${{ matrix.python-version}}
@@ -183,12 +183,12 @@ jobs:
183
183
184
184
steps :
185
185
- name : Checkout
186
- uses : actions/checkout@v3
186
+ uses : actions/checkout@v4
187
187
188
188
- name : Base Setup
189
189
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
190
190
191
- - uses : actions/download-artifact@v3
191
+ - uses : actions/download-artifact@v4
192
192
with :
193
193
path : dist
194
194
name : jupyterlite-pyodide-kernel-dist-${{ github.run_number }}
@@ -218,9 +218,10 @@ jobs:
218
218
219
219
- name : Upload Playwright Test report
220
220
if : always()
221
- uses : actions/upload-artifact@v3
221
+ uses : actions/upload-artifact@v4
222
222
with :
223
- name : jupyterlite-pyodide-kernel-playwright-tests
223
+ name : |-
224
+ jupyterlite-pyodide-kernel-playwright-tests-${{ github.run_number }}-${{ matrix.project }}
224
225
path : |
225
226
ui-tests/test-results
226
227
ui-tests/playwright-report
0 commit comments