3232 sudo apt-get install dejagnu -y
3333
3434 - name : Use OCaml ${{ matrix.ocaml-compiler }}
35- uses : ocaml/setup-ocaml@v2
35+ uses : ocaml/setup-ocaml@v3
3636 with :
3737 ocaml-compiler : ${{ matrix.ocaml-compiler }}
3838 dune-cache : ${{ matrix.os != 'macos-11' }}
@@ -45,32 +45,32 @@ jobs:
4545 run : opam install bap-extra bap-radare2
4646
4747 - name : Checkout the Tests
48- uses : actions/checkout@v2
48+ uses : actions/checkout@v4
4949 with :
5050 repository : BinaryAnalysisPlatform/bap
5151
5252 - name : Run Functional Tests
5353 run : opam exec -- make check
5454
55- - uses : actions/upload-artifact@v2
55+ - uses : actions/upload-artifact@v4
5656 if : ${{ always() }}
5757 with :
5858 name : opam-log-${{ matrix.os }}-${{ matrix.ocaml-compiler }}
5959 path : ~/.opam/log
6060
61- - uses : actions/upload-artifact@v2
61+ - uses : actions/upload-artifact@v4
6262 if : ${{ always() }}
6363 with :
6464 name : bap-log-${{ matrix.os }}-${{ matrix.ocaml-compiler }}
6565 path : ~/.local/state/bap
6666
67- - uses : actions/upload-artifact@v2
67+ - uses : actions/upload-artifact@v4
6868 if : ${{ always() }}
6969 with :
7070 name : unit-tests-log-${{ matrix.os }}-${{ matrix.ocaml-compiler }}
7171 path : _build/oUnit-*.log
7272
73- - uses : actions/upload-artifact@v2
73+ - uses : actions/upload-artifact@v4
7474 if : ${{ always() }}
7575 with :
7676 name : fun-tests-log-${{ matrix.os }}-${{ matrix.ocaml-compiler }}
0 commit comments