File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 platform : x64
3838 boost-lib : 64
3939 steps :
40- - uses : actions/checkout@v3
40+ - uses : actions/checkout@v4
4141 - name : get QuantLib
4242 run : |
4343 git submodule update --init
7070 cmake --build . -j 2 --verbose
7171 - name : Save executables as artifacts
7272 if : startsWith(github.ref, 'refs/tags/v')
73- uses : actions/upload-artifact@v3
73+ uses : actions/upload-artifact@v4
7474 with :
7575 name : ore-windows-${{ matrix.arch }}
7676 path : D:\a\Engine\Engine\build\App\ore.exe
Original file line number Diff line number Diff line change 2828 name : building
2929 runs-on : ubuntu-22.04
3030 steps :
31- - uses : actions/checkout@v3
31+ - uses : actions/checkout@v4
3232 - name : get QuantLib
3333 run : |
3434 git submodule update --init
4242 run : cd build/; pwd; cmake --build . -j $(nproc)
4343 - name : Save executables as artifacts
4444 if : startsWith(github.ref, 'refs/tags/v')
45- uses : actions/upload-artifact@v3
45+ uses : actions/upload-artifact@v4
4646 with :
4747 name : ore-exe-linux
4848 path : /home/runner/work/Engine/Engine/build/App/ore
Original file line number Diff line number Diff line change 2727 build :
2828 runs-on : macos-11
2929 steps :
30- - uses : actions/checkout@v3
30+ - uses : actions/checkout@v4
3131 - name : get QuantLib
3232 run : |
3333 git submodule update --init
4747 cmake --install .
4848 - name : Save executables as artifacts
4949 if : startsWith(github.ref, 'refs/tags/v')
50- uses : actions/upload-artifact@v3
50+ uses : actions/upload-artifact@v4
5151 with :
5252 name : ore-macos-arm64
5353 path : /Users/runner/work/Engine/Engine/build/App/ore
You can’t perform that action at this time.
0 commit comments