File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ jobs:
3535 run : |
3636 jb build lectures --path-output ./ -W --keep-going
3737 - name : Upload Execution Reports
38- uses : actions/upload-artifact@v6
38+ uses : actions/upload-artifact@v7
3939 if : failure()
4040 with :
4141 name : execution-reports
4242 path : _build/html/reports
4343 - name : Upload "_build" folder (cache)
44- uses : actions/upload-artifact@v6
44+ uses : actions/upload-artifact@v7
4545 with :
4646 name : build-cache
4747 path : _build
Original file line number Diff line number Diff line change 5858 mkdir -p _build/html/_notebooks
5959 cp -u _build/jupyter/*.ipynb _build/html/_notebooks
6060 - name : Upload Execution Reports (Download Notebooks)
61- uses : actions/upload-artifact@v6
61+ uses : actions/upload-artifact@v7
6262 if : failure()
6363 with :
6464 name : execution-reports-notebooks
7070 mkdir -p _build/html/_pdf
7171 cp -u _build/latex/*.pdf _build/html/_pdf
7272 - name : Upload Execution Reports (LaTeX)
73- uses : actions/upload-artifact@v6
73+ uses : actions/upload-artifact@v7
7474 if : failure()
7575 with :
7676 name : execution-reports-latex
8181 run : |
8282 jb build lectures --path-output ./ -n -W --keep-going
8383 - name : Upload Execution Reports (HTML)
84- uses : actions/upload-artifact@v6
84+ uses : actions/upload-artifact@v7
8585 if : failure()
8686 with :
8787 name : execution-reports-html
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@v6
48+ uses : actions/upload-artifact@v7
4949 if : failure()
5050 with :
5151 name : execution-reports
Original file line number Diff line number Diff line change 5151 run : |
5252 jb build lectures --builder pdflatex --path-output ./ -n -W --keep-going
5353 - name : Upload Execution Reports (LaTeX)
54- uses : actions/upload-artifact@v6
54+ uses : actions/upload-artifact@v7
5555 if : failure()
5656 with :
5757 name : execution-reports-latex
@@ -67,12 +67,12 @@ jobs:
6767 jb build lectures --path-output ./ --builder=custom --custom-builder=jupyter -n -W --keep-going
6868 zip -r download-notebooks.zip _build/jupyter
6969 - name : Upload Execution Reports (Download Notebooks)
70- uses : actions/upload-artifact@v6
70+ uses : actions/upload-artifact@v7
7171 if : failure()
7272 with :
7373 name : execution-reports-notebooks
7474 path : _build/jupyter/reports
75- - uses : actions/upload-artifact@v6
75+ - uses : actions/upload-artifact@v7
7676 with :
7777 name : download-notebooks
7878 path : download-notebooks.zip
8787 run : |
8888 jb build lectures --path-output ./ -n -W --keep-going
8989 - name : Upload Execution Reports (HTML)
90- uses : actions/upload-artifact@v6
90+ uses : actions/upload-artifact@v7
9191 if : failure()
9292 with :
9393 name : execution-reports-html
You can’t perform that action at this time.
0 commit comments