File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 - name : Build docs
2020 run : uv run sphinx-build -W --keep-going -b html src _build
2121 - name : Upload Documentation Artifact
22- uses : actions/upload-artifact@v4
22+ uses : actions/upload-artifact@v5
2323 with :
2424 name : greenbone-community-docs-from-pr
2525 path : _build/
Original file line number Diff line number Diff line change 3636 rm -rf ${{ inputs.doc_root }}
3737 mkdir -p ${{ inputs.doc_root }}
3838 - name : Download Documentation Artifact
39- uses : actions/download-artifact@v5
39+ uses : actions/download-artifact@v6
4040 with :
4141 name : ${{inputs.artifact_name }}
4242 path : ${{ inputs.doc_root }}
Original file line number Diff line number Diff line change 2020 - name : Build docs
2121 run : uv run sphinx-build -b html src _build
2222 - name : Upload Documentation Artifact
23- uses : actions/upload-artifact@v4
23+ uses : actions/upload-artifact@v5
2424 with :
2525 name : greenbone-community-docs
2626 path : _build/
You can’t perform that action at this time.
0 commit comments