File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 shell : bash
2525 run : tar czf /tmp/documentation.tar.gz -C user_manual/_build/html .
2626 - name : Upload static documentation
27- uses : actions/upload-artifact@v4.6.2
27+ uses : actions/upload-artifact@v5.0.0
2828 with :
2929 name : User manual.zip
3030 path : " /tmp/documentation.tar.gz"
5858 shell : bash
5959 run : tar czf /tmp/documentation.tar.gz -C developer_manual/_build/html/com .
6060 - name : Upload static documentation
61- uses : actions/upload-artifact@v4.6.2
61+ uses : actions/upload-artifact@v5.0.0
6262 with :
6363 name : Developer manual.zip
6464 path : " /tmp/documentation.tar.gz"
7979 shell : bash
8080 run : tar czf /tmp/documentation.tar.gz -C admin_manual/_build/html/com .
8181 - name : Upload static documentation
82- uses : actions/upload-artifact@v4.6.2
82+ uses : actions/upload-artifact@v5.0.0
8383 with :
8484 name : Administration manual.zip
8585 path : " /tmp/documentation.tar.gz"
You can’t perform that action at this time.
0 commit comments