File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
22
22
run : |
23
23
jb build lectures --path-output ./ -W --keep-going
24
24
- name : Upload Execution Reports
25
- uses : actions/upload-artifact@v2
25
+ uses : actions/upload-artifact@v4
26
26
if : failure()
27
27
with :
28
28
name : execution-reports
29
29
path : _build/html/reports
30
30
- name : Upload "_build" folder (cache)
31
- uses : actions/upload-artifact@v3
31
+ uses : actions/upload-artifact@v4
32
32
with :
33
33
name : build-cache
34
34
path : _build
Original file line number Diff line number Diff line change 35
35
mkdir -p _build/html/_notebooks
36
36
cp -u _build/jupyter/*.ipynb _build/html/_notebooks
37
37
- name : Upload Execution Reports (Download Notebooks)
38
- uses : actions/upload-artifact@v2
38
+ uses : actions/upload-artifact@v4
39
39
if : failure()
40
40
with :
41
41
name : execution-reports
47
47
mkdir -p _build/html/_pdf
48
48
cp -u _build/latex/*.pdf _build/html/_pdf
49
49
- name : Upload Execution Reports (LaTeX)
50
- uses : actions/upload-artifact@v2
50
+ uses : actions/upload-artifact@v4
51
51
if : failure()
52
52
with :
53
53
name : execution-reports
58
58
run : |
59
59
jb build lectures --path-output ./ -n -W --keep-going
60
60
- name : Upload Execution Reports (HTML)
61
- uses : actions/upload-artifact@v2
61
+ uses : actions/upload-artifact@v4
62
62
if : failure()
63
63
with :
64
64
name : execution-reports
Original file line number Diff line number Diff line change 41
41
shell : bash -l {0}
42
42
run : jb build lectures --path-output=./ -W --keep-going
43
43
- name : Upload Execution Reports
44
- uses : actions/upload-artifact@v2
44
+ uses : actions/upload-artifact@v4
45
45
if : failure()
46
46
with :
47
47
name : execution-reports
74
74
shell : bash -l {0}
75
75
run : jb build lectures --path-output=./ -W --keep-going
76
76
- name : Upload Execution Reports
77
- uses : actions/upload-artifact@v2
77
+ uses : actions/upload-artifact@v4
78
78
if : failure()
79
79
with :
80
80
name : execution-reports
@@ -104,7 +104,7 @@ jobs:
104
104
# shell: powershell
105
105
# run: jb build lectures --path-output=./ -W --keep-going
106
106
# - name: Upload Execution Reports
107
- # uses: actions/upload-artifact@v2
107
+ # uses: actions/upload-artifact@v4
108
108
# if: failure()
109
109
# with:
110
110
# name: execution-reports
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 49
49
run : |
50
50
jb build lectures --path-output ./ --builder=custom --custom-builder=jupyter -n -W --keep-going
51
51
zip -r download-notebooks.zip _build/jupyter
52
- - uses : actions/upload-artifact@v2
52
+ - uses : actions/upload-artifact@v4
53
53
with :
54
54
name : download-notebooks
55
55
path : download-notebooks.zip
You can’t perform that action at this time.
0 commit comments