File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ runs:
32
32
sha256sum * | tee SHA256SUMS
33
33
34
34
- name : Upload distributions
35
- uses : actions/upload-artifact@v3
35
+ uses : actions/upload-artifact@v4
36
36
with :
37
37
name : notebook-dist-${{ github.run_number }}
38
38
path : ./dist
39
39
40
40
- name : Upload distributions
41
- uses : actions/upload-artifact@v3
41
+ uses : actions/upload-artifact@v4
42
42
with :
43
43
name : notebook-pkgs-${{ github.run_number }}
44
44
path : ./pkgs
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143
143
python-version : ${{ matrix.python }}
144
144
architecture : ' x64'
145
145
allow-prereleases : true
146
- - uses : actions/download-artifact@v3
146
+ - uses : actions/download-artifact@v4
147
147
with :
148
148
name : notebook-dist-${{ github.run_number }}
149
149
path : ./dist
Original file line number Diff line number Diff line change 27
27
version_spec : next
28
28
29
29
- name : Upload Distributions
30
- uses : actions/upload-artifact@v3
30
+ uses : actions/upload-artifact@v4
31
31
with :
32
32
name : notebook-jupyter-releaser-dist-${{ github.run_number }}
33
33
path : .jupyter_releaser_checkout/dist
Original file line number Diff line number Diff line change 45
45
- name : Build
46
46
uses : ./.github/actions/build-dist
47
47
48
- - uses : actions/download-artifact@v3
48
+ - uses : actions/download-artifact@v4
49
49
with :
50
50
name : notebook-dist-${{ github.run_number }}
51
51
path : ./dist
Original file line number Diff line number Diff line change 39
39
- name : Base Setup
40
40
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
41
41
42
- - uses : actions/download-artifact@v3
42
+ - uses : actions/download-artifact@v4
43
43
with :
44
44
name : notebook-dist-${{ github.run_number }}
45
45
path : ./dist
@@ -62,15 +62,15 @@ jobs:
62
62
63
63
- name : Upload Playwright Test assets
64
64
if : always()
65
- uses : actions/upload-artifact@v3
65
+ uses : actions/upload-artifact@v4
66
66
with :
67
67
name : notebook-${{ matrix.browser }}-test-assets
68
68
path : |
69
69
ui-tests/test-results
70
70
71
71
- name : Upload Playwright Test report
72
72
if : always()
73
- uses : actions/upload-artifact@v3
73
+ uses : actions/upload-artifact@v4
74
74
with :
75
75
name : notebook-${{ matrix.browser }}-test-report
76
76
path : |
87
87
88
88
- name : Upload updated snapshots
89
89
if : failure()
90
- uses : actions/upload-artifact@v3
90
+ uses : actions/upload-artifact@v4
91
91
with :
92
92
name : notebook-${{ matrix.browser }}-updated-snapshots
93
93
path : ui-tests/test
You can’t perform that action at this time.
0 commit comments