File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
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@v2
35
+ uses : actions/upload-artifact@v3
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@v2
41
+ uses : actions/upload-artifact@v3
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 31
31
version_spec : next
32
32
33
33
- name : Upload Distributions
34
- uses : actions/upload-artifact@v2
34
+ uses : actions/upload-artifact@v3
35
35
with :
36
36
name : notebook-jupyter-releaser-dist-${{ github.run_number }}
37
37
path : .jupyter_releaser_checkout/dist
Original file line number Diff line number Diff line change @@ -70,15 +70,15 @@ jobs:
70
70
71
71
- name : Upload Playwright Test assets
72
72
if : always()
73
- uses : actions/upload-artifact@v2
73
+ uses : actions/upload-artifact@v3
74
74
with :
75
75
name : notebook-${{ matrix.browser }}-test-assets
76
76
path : |
77
77
ui-tests/test-results
78
78
79
79
- name : Upload Playwright Test report
80
80
if : always()
81
- uses : actions/upload-artifact@v2
81
+ uses : actions/upload-artifact@v3
82
82
with :
83
83
name : notebook-${{ matrix.browser }}-test-report
84
84
path : |
95
95
96
96
- name : Upload updated snapshots
97
97
if : failure()
98
- uses : actions/upload-artifact@v2
98
+ uses : actions/upload-artifact@v3
99
99
with :
100
100
name : notebook-${{ matrix.browser }}-updated-snapshots
101
101
path : ui-tests/test
You can’t perform that action at this time.
0 commit comments