File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ jobs:
3636 run : |
3737 jb build lectures --path-output ./ -W --keep-going
3838 - name : Upload Execution Reports
39- uses : actions/upload-artifact@v4
39+ uses : actions/upload-artifact@v5
4040 if : failure()
4141 with :
4242 name : execution-reports
4343 path : _build/html/reports
4444 - name : Upload "_build" folder (cache)
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@v5
4646 with :
4747 name : build-cache
4848 path : _build
Original file line number Diff line number Diff line change 5757 mkdir -p _build/html/_notebooks
5858 cp -u _build/jupyter/*.ipynb _build/html/_notebooks
5959 - name : Upload Execution Reports (Download Notebooks)
60- uses : actions/upload-artifact@v4
60+ uses : actions/upload-artifact@v5
6161 if : failure()
6262 with :
6363 name : execution-reports-notebooks
6969 mkdir -p _build/html/_pdf
7070 cp -u _build/latex/*.pdf _build/html/_pdf
7171 - name : Upload Execution Reports (LaTeX)
72- uses : actions/upload-artifact@v4
72+ uses : actions/upload-artifact@v5
7373 if : failure()
7474 with :
7575 name : execution-reports
8080 run : |
8181 jb build lectures --path-output ./ -n -W --keep-going
8282 - name : Upload Execution Reports (HTML)
83- uses : actions/upload-artifact@v4
83+ uses : actions/upload-artifact@v5
8484 if : failure()
8585 with :
8686 name : execution-reports
Original file line number Diff line number Diff line change 4545 run : |
4646 jb build lectures --path-output ./ -n -W --keep-going
4747 - name : Upload Execution Reports
48- uses : actions/upload-artifact@v4
48+ uses : actions/upload-artifact@v5
4949 if : failure()
5050 with :
5151 name : execution-reports
Original file line number Diff line number Diff line change 5959 run : |
6060 jb build lectures --path-output ./ --builder=custom --custom-builder=jupyter -n -W --keep-going
6161 zip -r download-notebooks.zip _build/jupyter
62- - uses : actions/upload-artifact@v4
62+ - uses : actions/upload-artifact@v5
6363 with :
6464 name : download-notebooks
6565 path : download-notebooks.zip
You can’t perform that action at this time.
0 commit comments