File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3131 - name : Prepare tar file for upload
3232 run : tar -hcvf artifacts.tar CodeHawk/_build/install/default/bin/*
3333 - name : Upload artifacts tar file
34- uses : actions/upload-artifact@v3
34+ uses : actions/upload-artifact@v4
3535 with :
3636 name : artifacts-${{ matrix.ocaml-compiler }}
3737 path : artifacts.tar
5454 - name : Delete submitted prebuilts
5555 run : rm -f chb/bin/binaries/linux/chx86_analyze
5656 - name : Download artifacts tar
57- uses : actions/download-artifact@v3
57+ uses : actions/download-artifact@v4
5858 with :
5959 name : artifacts-${{ matrix.ocaml-compiler }}
6060 - name : Extract artifacts
8484 rm -f chc/bin/linux/parseFile
8585 rm -f chc/bin/linux/canalyzer
8686 - name : Download artifacts tar
87- uses : actions/download-artifact@v3
87+ uses : actions/download-artifact@v4
8888 with :
8989 name : artifacts-${{ matrix.ocaml-compiler }}
9090 - name : Extract artifacts
Original file line number Diff line number Diff line change 2424 - name : Prepare tar file for upload
2525 run : tar -cvf artifacts.tar CodeHawk/CHB/bchcmdline/chx86_analyze CodeHawk/CHC/cchcil/parseFile CodeHawk/CHC/cchcmdline/canalyzer
2626 - name : Upload artifacts tar file
27- uses : actions/upload-artifact@v3
27+ uses : actions/upload-artifact@v4
2828 with :
2929 name : artifacts-${{ matrix.ocaml-compiler }}
3030 path : artifacts.tar
4545 - name : Delete submitted prebuilts
4646 run : rm -f chb/bin/binaries/linux/chx86_analyze
4747 - name : Download artifacts tar
48- uses : actions/download-artifact@v3
48+ uses : actions/download-artifact@v4
4949 with :
5050 name : artifacts-${{ matrix.ocaml-compiler }}
5151 - name : Extract artifacts
7373 rm -f chc/bin/linux/parseFile
7474 rm -f chc/bin/linux/canalyzer
7575 - name : Download artifacts tar
76- uses : actions/download-artifact@v3
76+ uses : actions/download-artifact@v4
7777 with :
7878 name : artifacts-${{ matrix.ocaml-compiler }}
7979 - name : Extract artifacts
You can’t perform that action at this time.
0 commit comments