12
12
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
17
17
- name : Base Setup
18
18
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
48
48
pip uninstall -y "jupyter-archive" jupyterlab
49
49
50
50
- name : Upload extension packages
51
- uses : actions/upload-artifact@v3
51
+ uses : actions/upload-artifact@v4
52
52
with :
53
53
name : extension-artifacts
54
54
path : dist/jupyter_archive*
64
64
with :
65
65
python-version : ' 3.9'
66
66
architecture : ' x64'
67
- - uses : actions/download-artifact@v3
67
+ - uses : actions/download-artifact@v4
68
68
with :
69
69
name : extension-artifacts
70
70
- name : Install and Test
@@ -98,13 +98,13 @@ jobs:
98
98
99
99
steps :
100
100
- name : Checkout
101
- uses : actions/checkout@v3
101
+ uses : actions/checkout@v4
102
102
103
103
- name : Base Setup
104
104
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
105
105
106
106
- name : Download extension package
107
- uses : actions/download-artifact@v3
107
+ uses : actions/download-artifact@v4
108
108
with :
109
109
name : extension-artifacts
110
110
@@ -124,7 +124,7 @@ jobs:
124
124
jlpm install
125
125
126
126
- name : Set up browser cache
127
- uses : actions/cache@v3
127
+ uses : actions/cache@v4
128
128
with :
129
129
path : |
130
130
${{ github.workspace }}/pw-browsers
@@ -141,7 +141,7 @@ jobs:
141
141
142
142
- name : Upload Playwright Test report
143
143
if : always()
144
- uses : actions/upload-artifact@v3
144
+ uses : actions/upload-artifact@v4
145
145
with :
146
146
name : jupyter-archive-playwright-tests
147
147
path : |
@@ -158,13 +158,13 @@ jobs:
158
158
159
159
steps :
160
160
- name : Checkout
161
- uses : actions/checkout@v3
161
+ uses : actions/checkout@v4
162
162
163
163
- name : Base Setup
164
164
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
165
165
166
166
- name : Download extension package
167
- uses : actions/download-artifact@v3
167
+ uses : actions/download-artifact@v4
168
168
with :
169
169
name : extension-artifacts
170
170
@@ -181,7 +181,7 @@ jobs:
181
181
jlpm install
182
182
183
183
- name : Set up browser cache
184
- uses : actions/cache@v3
184
+ uses : actions/cache@v4
185
185
with :
186
186
path : |
187
187
${{ github.workspace }}/pw-browsers
@@ -198,7 +198,7 @@ jobs:
198
198
199
199
- name : Upload Playwright Test report
200
200
if : always()
201
- uses : actions/upload-artifact@v3
201
+ uses : actions/upload-artifact@v4
202
202
with :
203
203
name : notebook-tour-playwright-tests
204
204
path : |
@@ -210,6 +210,6 @@ jobs:
210
210
runs-on : ubuntu-latest
211
211
timeout-minutes : 15
212
212
steps :
213
- - uses : actions/checkout@v3
213
+ - uses : actions/checkout@v4
214
214
- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
215
215
- uses : jupyterlab/maintainer-tools/.github/actions/check-links@v1
0 commit comments