File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 53
53
pip uninstall -y "jupyter_drives" jupyterlab
54
54
55
55
- name : Upload extension packages
56
- uses : actions/upload-artifact@v3
56
+ uses : actions/upload-artifact@v4
57
57
with :
58
58
name : extension-artifacts
59
59
path : dist/jupyter_drives*
69
69
with :
70
70
python-version : ' 3.9'
71
71
architecture : ' x64'
72
- - uses : actions/download-artifact@v3
72
+ - uses : actions/download-artifact@v4
73
73
with :
74
74
name : extension-artifacts
75
75
- name : Install and Test
@@ -105,7 +105,7 @@ jobs:
105
105
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
106
106
107
107
- name : Download extension package
108
- uses : actions/download-artifact@v3
108
+ uses : actions/download-artifact@v4
109
109
with :
110
110
name : extension-artifacts
111
111
@@ -139,7 +139,7 @@ jobs:
139
139
140
140
- name : Upload Playwright Test report
141
141
if : always()
142
- uses : actions/upload-artifact@v3
142
+ uses : actions/upload-artifact@v4
143
143
with :
144
144
name : jupyter_drives-playwright-tests
145
145
path : |
Original file line number Diff line number Diff line change 20
20
token : ${{ secrets.GITHUB_TOKEN }}
21
21
22
22
- name : Upload Distributions
23
- uses : actions/upload-artifact@v3
23
+ uses : actions/upload-artifact@v4
24
24
with :
25
25
name : jupyter_drives-releaser-dist-${{ github.run_number }}
26
26
path : .jupyter_releaser_checkout/dist
You can’t perform that action at this time.
0 commit comments