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 6060 mkdir -p _build/html/_notebooks
6161 cp -u _build/jupyter/*.ipynb _build/html/_notebooks
6262 - name : Upload Execution Reports (Download Notebooks)
63- uses : actions/upload-artifact@v4
63+ uses : actions/upload-artifact@v5
6464 if : failure()
6565 with :
6666 name : execution-reports-notebooks
7272 mkdir -p _build/html/_pdf
7373 cp -u _build/latex/*.pdf _build/html/_pdf
7474 - name : Upload Execution Reports (LaTeX)
75- uses : actions/upload-artifact@v4
75+ uses : actions/upload-artifact@v5
7676 if : failure()
7777 with :
7878 name : execution-reports
8383 run : |
8484 jb build lectures --path-output ./ -n -W --keep-going
8585 - name : Upload Execution Reports (HTML)
86- uses : actions/upload-artifact@v4
86+ uses : actions/upload-artifact@v5
8787 if : failure()
8888 with :
8989 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