File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 - name : Build Doc
2626 run : cargo doc --no-deps
2727 - name : Upload Doc
28- uses : actions/upload-pages-artifact@v3
28+ uses : actions/upload-pages-artifact@v4
2929 with :
3030 path : target/doc
3131
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
2222 - name : Build Document
2323 run : docfx docs/docfx.json
2424
25- - uses : actions/upload-artifact@v4
25+ - uses : actions/upload-artifact@v5
2626 with :
2727 name : dotnet_doc
2828 path : .docs/_site
2929
30- - uses : actions/upload-pages-artifact@v3
30+ - uses : actions/upload-pages-artifact@v4
3131 with :
3232 path : .docs/_site
3333
Original file line number Diff line number Diff line change 4242 sudo apt-get install -y libwebkit2gtk-4.1-dev libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev
4343
4444 - name : Sync node version and setup cache
45- uses : actions/setup-node@v4
45+ uses : actions/setup-node@v6
4646 with :
4747 node-version : " lts/*"
4848 cache : " npm"
You can’t perform that action at this time.
0 commit comments