File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v4
2323 - name : Run Sphinx documentation build
2424 uses : ammaraskar/sphinx-action@8.1.3
2525 with :
2626 docs-folder : " ./"
2727 - name : Upload documentation artifact
28- uses : actions/upload-pages-artifact@v1
28+ uses : actions/upload-pages-artifact@v3
2929 with :
3030 path : _build/html/
3131 deploy :
3838 steps :
3939 - name : Deploy to GitHub Pages
4040 id : deployment
41- uses : actions/deploy-pages@v1
41+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout repository
11- uses : actions/checkout@v3
11+ uses : actions/checkout@v4
1212 - name : Run Sphinx documentation build
1313 uses : ammaraskar/sphinx-action@8.1.3
1414 with :
1515 docs-folder : " ./"
1616 - name : Upload documentation artifact
17- uses : actions/upload-artifact@v3
17+ uses : actions/upload-artifact@v4
1818 with :
1919 name : documentation
20- path : _build/html/
20+ path : _build/html/
You can’t perform that action at this time.
0 commit comments