File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 49
49
pip uninstall -y "jupydrive_s3" jupyterlab
50
50
51
51
- name : Upload extension packages
52
- uses : actions/upload-artifact@v3
52
+ uses : actions/upload-artifact@v4
53
53
with :
54
54
name : extension-artifacts
55
55
path : dist/jupydrive_s3*
65
65
with :
66
66
python-version : ' 3.9'
67
67
architecture : ' x64'
68
- - uses : actions/download-artifact@v3
68
+ - uses : actions/download-artifact@v4
69
69
with :
70
70
name : extension-artifacts
71
71
- name : Install and Test
98
98
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
99
99
100
100
- name : Download extension package
101
- uses : actions/download-artifact@v3
101
+ uses : actions/download-artifact@v4
102
102
with :
103
103
name : extension-artifacts
104
104
@@ -132,7 +132,7 @@ jobs:
132
132
133
133
- name : Upload Playwright Test report
134
134
if : always()
135
- uses : actions/upload-artifact@v3
135
+ uses : actions/upload-artifact@v4
136
136
with :
137
137
name : jupydrive_s3-playwright-tests
138
138
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 : jupydrive_s3-releaser-dist-${{ github.run_number }}
26
26
path : .jupyter_releaser_checkout/dist
You can’t perform that action at this time.
0 commit comments