File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ jobs:
39
39
run : |
40
40
jb build lectures --path-output ./ -W --keep-going
41
41
- name : Upload Execution Reports (HTML)
42
- uses : actions/upload-artifact@v2
42
+ uses : actions/upload-artifact@v4
43
43
if : failure()
44
44
with :
45
45
name : execution-reports
46
46
path : _build/html/reports
47
47
- name : Upload "_build" folder (cache)
48
- uses : actions/upload-artifact@v2
48
+ uses : actions/upload-artifact@v4
49
49
with :
50
50
name : build-cache
51
51
path : _build
Original file line number Diff line number Diff line change 37
37
shell : bash -l {0}
38
38
run : jb build lectures --path-output=./ --builder=custom --custom-builder=linkcheck
39
39
- name : Upload Link Checker Reports
40
- uses : actions/upload-artifact@v2
40
+ uses : actions/upload-artifact@v4
41
41
if : failure()
42
42
with :
43
43
name : linkcheck-reports
Original file line number Diff line number Diff line change 89
89
publish_dir : _build/html/
90
90
cname : intro.quantecon.org
91
91
- name : Upload "_build" folder (cache)
92
- uses : actions/upload-artifact@v2
92
+ uses : actions/upload-artifact@v4
93
93
with :
94
94
name : build-publish
95
95
path : _build
You can’t perform that action at this time.
0 commit comments