File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ jobs:
3333 run : |
3434 jb build lectures --path-output ./ -W --keep-going
3535 - name : Upload Execution Reports
36- uses : actions/upload-artifact@v6
36+ uses : actions/upload-artifact@v7
3737 if : failure()
3838 with :
3939 name : execution-reports
4040 path : _build/html/reports
4141 - name : Upload "_build" folder (cache)
42- uses : actions/upload-artifact@v6
42+ uses : actions/upload-artifact@v7
4343 with :
4444 name : build-cache
4545 path : _build
Original file line number Diff line number Diff line change 7070 run : |
7171 jb build lectures --path-output ./ -n -W --keep-going
7272 - name : Upload Execution Reports
73- uses : actions/upload-artifact@v6
73+ uses : actions/upload-artifact@v7
7474 if : failure()
7575 with :
7676 name : execution-reports
Original file line number Diff line number Diff line change 3232 shell : bash -l {0}
3333 run : jb build lectures --path-output=./ -W --keep-going
3434 - name : Upload Execution Reports
35- uses : actions/upload-artifact@v6
35+ uses : actions/upload-artifact@v7
3636 if : failure()
3737 with :
3838 name : execution-reports
Original file line number Diff line number Diff line change 3232 shell : bash -l {0}
3333 run : jb build lectures --path-output=./ -W --keep-going
3434 - name : Upload Execution Reports
35- uses : actions/upload-artifact@v6
35+ uses : actions/upload-artifact@v7
3636 if : failure()
3737 with :
3838 name : execution-reports
Original file line number Diff line number Diff line change 3737 shell : powershell
3838 run : jb build lectures --path-output=./ -W --keep-going
3939 - name : Upload Execution Reports
40- uses : actions/upload-artifact@v6
40+ uses : actions/upload-artifact@v7
4141 if : failure()
4242 with :
4343 name : execution-reports
Original file line number Diff line number Diff line change 7373 run : |
7474 jb build lectures --path-output ./ --builder=custom --custom-builder=jupyter -n -W --keep-going
7575 zip -r download-notebooks.zip _build/jupyter
76- - uses : actions/upload-artifact@v6
76+ - uses : actions/upload-artifact@v7
7777 with :
7878 name : download-notebooks
7979 path : download-notebooks.zip
You can’t perform that action at this time.
0 commit comments