File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 cmake --build . -j 2 --verbose
5858 - name : Save executables as artifacts
5959 # if: startsWith(github.ref, 'refs/tags/v')
60- uses : actions/upload-artifact@v3
60+ uses : actions/upload-artifact@v4
6161 with :
6262 name : ore-windows-${{ matrix.arch }}
6363 path : D:\a\Engine\Engine\build\App\ore.exe
Original file line number Diff line number Diff line change 4040 run : cd build/; pwd; cmake --build . -j $(nproc)
4141 - name : Save executables as artifacts
4242 if : startsWith(github.ref, 'refs/tags/v')
43- uses : actions/upload-artifact@v3
43+ uses : actions/upload-artifact@v4
4444 with :
4545 name : ore-exe-linux
4646 path : /home/runner/work/Engine/Engine/build/App/ore
Original file line number Diff line number Diff line change 4545 cmake --install .
4646 - name : Save executables as artifacts
4747 if : startsWith(github.ref, 'refs/tags/v')
48- uses : actions/upload-artifact@v3
48+ uses : actions/upload-artifact@v4
4949 with :
5050 name : ore-macos-arm64
5151 path : /Users/runner/work/Engine/Engine/build/App/ore
You can’t perform that action at this time.
0 commit comments