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 2626 - name : tar asset
2727 run : tar -czvf go-ghwrite_linux-amd64.tar.gz go-ghwrite
2828
29- - uses : actions/upload-artifact@v3
29+ - uses : actions/upload-artifact@v4
3030 with :
3131 path : go-ghwrite_linux-amd64.tar.gz
3232
3636 - name : tar asset
3737 run : tar -czvf go-ghwrite_linux-mips64.tar.gz go-ghwrite
3838
39- - uses : actions/upload-artifact@v3
39+ - uses : actions/upload-artifact@v4
4040 with :
4141 path : go-ghwrite_linux-mips64.tar.gz
4242
4646 - name : tar asset
4747 run : tar -czvf go-ghwrite_linux-mips.tar.gz go-ghwrite
4848
49- - uses : actions/upload-artifact@v3
49+ - uses : actions/upload-artifact@v4
5050 with :
5151 path : go-ghwrite_linux-mips.tar.gz
5252
5656 - name : tar asset
5757 run : tar -czvf go-ghwrite_linux-mipsle.tar.gz go-ghwrite
5858
59- - uses : actions/upload-artifact@v3
59+ - uses : actions/upload-artifact@v4
6060 with :
6161 path : go-ghwrite_linux-mipsle.tar.gz
You can’t perform that action at this time.
0 commit comments