File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ jobs:
3939 run : |
4040 jb build lectures --path-output ./ -W --keep-going
4141 - name : Upload Execution Reports
42- uses : actions/upload-artifact@v4
42+ uses : actions/upload-artifact@v5
4343 if : failure()
4444 with :
4545 name : execution-reports
4646 path : _build/html/reports
4747 - name : Upload "_build" folder (cache)
48- uses : actions/upload-artifact@v4
48+ uses : actions/upload-artifact@v5
4949 with :
5050 name : build-cache
5151 path : _build
Original file line number Diff line number Diff line change @@ -62,13 +62,13 @@ jobs:
6262 run : |
6363 jb build lectures --path-output ./ -n -W --keep-going
6464 - name : Upload build folder
65- uses : actions/upload-artifact@v4
65+ uses : actions/upload-artifact@v5
6666 if : failure()
6767 with :
6868 name : _build
6969 path : _build/
7070 - name : Upload Execution Reports
71- uses : actions/upload-artifact@v4
71+ uses : actions/upload-artifact@v5
7272 if : failure()
7373 with :
7474 name : execution-reports
Original file line number Diff line number Diff line change 3939 run : |
4040 jb build lectures --path-output ./ -n -W --keep-going
4141 - name : Upload Execution Reports
42- uses : actions/upload-artifact@v4
42+ uses : actions/upload-artifact@v5
4343 if : failure()
4444 with :
4545 name : execution-reports
Original file line number Diff line number Diff line change 6262 run : |
6363 jb build lectures --path-output ./ --builder=custom --custom-builder=jupyter -n -W --keep-going
6464 zip -r download-notebooks.zip _build/jupyter
65- - uses : actions/upload-artifact@v4
65+ - uses : actions/upload-artifact@v5
6666 with :
6767 name : download-notebooks
6868 path : download-notebooks.zip
You can’t perform that action at this time.
0 commit comments