File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
2525 run : |
2626 jb build lectures --path-output ./ -W --keep-going
2727 - name : Upload Execution Reports (HTML)
28- uses : actions/upload-artifact@v4
28+ uses : actions/upload-artifact@v5
2929 if : failure()
3030 with :
3131 name : execution-reports
3232 path : _build/html/reports
3333 - name : Upload "_build" folder (cache)
34- uses : actions/upload-artifact@v4
34+ uses : actions/upload-artifact@v5
3535 with :
3636 name : build-cache-windows
3737 path : _build
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ jobs:
3939 run : |
4040 jb build lectures --path-output ./ -W --keep-going
4141 - name : Upload Execution Reports (HTML)
42- uses : actions/upload-artifact@v4
42+ uses : actions/upload-artifact@v5
4343 if : failure()
4444 with :
4545 name : execution-reports
4646 path : _build/html/reports
4747 - name : Upload "_build" folder (cache)
48- uses : actions/upload-artifact@v4
48+ uses : actions/upload-artifact@v5
4949 with :
5050 name : build-cache
5151 path : _build
Original file line number Diff line number Diff line change 4949 run : |
5050 jb build lectures --path-output ./ -nW --keep-going
5151 - name : Upload Execution Reports (HTML)
52- uses : actions/upload-artifact@v4
52+ uses : actions/upload-artifact@v5
5353 if : failure()
5454 with :
5555 name : execution-reports
Original file line number Diff line number Diff line change 3333 run : |
3434 jb build lectures --path-output ./ -nW --keep-going
3535 - name : Upload Execution Reports (HTML)
36- uses : actions/upload-artifact@v4
36+ uses : actions/upload-artifact@v5
3737 if : failure()
3838 with :
3939 name : execution-reports
Original file line number Diff line number Diff line change 5252 # mkdir -p _build/html/_pdf
5353 # cp -u _build/latex/*.pdf _build/html/_pdf
5454 # - name: Upload Execution Reports (LaTeX)
55- # uses: actions/upload-artifact@v4
55+ # uses: actions/upload-artifact@v5
5656 # if: failure()
5757 # with:
5858 # name: execution-reports
7272 run : |
7373 jb build lectures --path-output ./ -nW --keep-going
7474 - name : Upload Execution Reports (HTML)
75- uses : actions/upload-artifact@v4
75+ uses : actions/upload-artifact@v5
7676 if : failure()
7777 with :
7878 name : execution-reports
Original file line number Diff line number Diff line change 3737 run : |
3838 jb build lectures --path-output ./ -n -W --keep-going
3939 - name : Upload Execution Reports
40- uses : actions/upload-artifact@v4
40+ uses : actions/upload-artifact@v5
4141 if : failure()
4242 with :
4343 name : execution-reports
Original file line number Diff line number Diff line change 3737 shell : bash -l {0}
3838 run : jb build lectures --path-output=./ --builder=custom --custom-builder=linkcheck
3939 - name : Upload Link Checker Reports
40- uses : actions/upload-artifact@v4
40+ uses : actions/upload-artifact@v5
4141 if : failure()
4242 with :
4343 name : linkcheck-reports
Original file line number Diff line number Diff line change 8989 publish_dir : _build/html/
9090 # cname: intro-cn.quantecon.org
9191 - name : Upload "_build" folder (publish)
92- uses : actions/upload-artifact@v4
92+ uses : actions/upload-artifact@v5
9393 with :
9494 name : build-publish
9595 path : _build
You can’t perform that action at this time.
0 commit comments