File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3838 - name : Unpack tar
3939 run : mkdir ./out && tar -xf ./build/distributions/*.tar --strip-components 1 -C ./out
4040 - name : Upload build
41- uses : actions/upload-artifact@v2
41+ uses : actions/upload-artifact@v4
4242 with :
4343 name : build
4444 path : ./out
5050 - build
5151 steps :
5252 - name : Download build
53- uses : actions/download-artifact@v2
53+ uses : actions/download-artifact@v4
5454 with :
5555 name : build
5656 path : ./out
6969 - build
7070 steps :
7171 - name : Download build
72- uses : actions/download-artifact@v2
72+ uses : actions/download-artifact@v4
7373 with :
7474 name : build
7575 path : ./out
8888 - build
8989 steps :
9090 - name : Download build
91- uses : actions/download-artifact@v2
91+ uses : actions/download-artifact@v4
9292 with :
9393 name : build
9494 path : ./out
You can’t perform that action at this time.
0 commit comments