File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 tar -cvf documentation.tar ./docs
2323
2424 - name : create a document artifact
25- uses : actions/upload-artifact@v3
25+ uses : actions/upload-artifact@v4
2626 with :
2727 name : documentation
2828 path : documentation.tar
3636
3737 - run : mkdir -p ./docs
3838 - name : Download the existing documents artifact
39- uses : actions/download-artifact@v3
39+ uses : actions/download-artifact@v4
4040 with :
4141 name : documentation
4242 - run : tar -xf documentation.tar ./docs -C ./docs
5656 run : tar -cvf newdocumentation.tar ./docs
5757
5858 - name : create a new document artifact
59- uses : actions/upload-artifact@v3
59+ uses : actions/upload-artifact@v4
6060 with :
6161 name : newdocumentation
6262 path : newdocumentation.tar
7272
7373 - run : mkdir -p ./docs
7474 - name : Download the new documents artifact
75- uses : actions/download-artifact@v3
75+ uses : actions/download-artifact@v4
7676 with :
7777 name : newdocumentation
7878 - run : tar -xf newdocumentation.tar ./docs -C ./docs
You can’t perform that action at this time.
0 commit comments