File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
2121 steps :
2222 - uses : actions/checkout@v5
2323
24- -
uses :
prefix-dev/[email protected] .1 24+ -
uses :
prefix-dev/[email protected] .2 2525 with :
2626 pixi-version : v0.28.2
2727
2828 - name : Build the book
2929 run : pixi run book
3030
31- - uses : actions/upload-artifact@v4
31+ - uses : actions/upload-artifact@v5
3232 with :
3333 name : jupyterbook
3434 path : _build/html/*
4444 run : |
4545 uvx nox -s pyodide
4646
47- - uses : actions/upload-artifact@v4
47+ - uses : actions/upload-artifact@v5
4848 with :
4949 name : jupyterlite
5050 path : _output/*
5757 - name : Make slides
5858 run : npx @marp-team/marp-cli@latest --input-dir slides --output _output
5959
60- - uses : actions/upload-artifact@v4
60+ - uses : actions/upload-artifact@v5
6161 with :
6262 name : slides
6363 path : _output/*
@@ -73,17 +73,17 @@ jobs:
7373 - name : Setup Pages
7474 uses : actions/configure-pages@v5
7575
76- - uses : actions/download-artifact@v5
76+ - uses : actions/download-artifact@v6
7777 with :
7878 name : jupyterbook
7979 path : public
8080
81- - uses : actions/download-artifact@v5
81+ - uses : actions/download-artifact@v6
8282 with :
8383 name : jupyterlite
8484 path : public/live
8585
86- - uses : actions/download-artifact@v5
86+ - uses : actions/download-artifact@v6
8787 with :
8888 name : slides
8989 path : public/slides
You can’t perform that action at this time.
0 commit comments