File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
2323 run : |
2424 jb build lectures --path-output ./ -W --keep-going
2525 - name : Upload Execution Reports
26- uses : actions/upload-artifact@v4
26+ uses : actions/upload-artifact@v5
2727 if : failure()
2828 with :
2929 name : execution-reports
3030 path : _build/html/reports
3131 - name : Upload "_build" folder (cache)
32- uses : actions/upload-artifact@v4
32+ uses : actions/upload-artifact@v5
3333 with :
3434 name : build-cache
3535 path : _build
Original file line number Diff line number Diff line change 5959 run : |
6060 jb build lectures --path-output ./ -n -W --keep-going
6161 - name : Upload Execution Reports
62- uses : actions/upload-artifact@v4
62+ uses : actions/upload-artifact@v5
6363 if : failure()
6464 with :
6565 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@v4
35+ uses : actions/upload-artifact@v5
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@v4
35+ uses : actions/upload-artifact@v5
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@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 6161 run : |
6262 jb build lectures --path-output ./ --builder=custom --custom-builder=jupyter -n -W --keep-going
6363 zip -r download-notebooks.zip _build/jupyter
64- - uses : actions/upload-artifact@v4
64+ - uses : actions/upload-artifact@v5
6565 with :
6666 name : download-notebooks
6767 path : download-notebooks.zip
You can’t perform that action at this time.
0 commit comments