File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 cmake-args : -G "Unix Makefiles" -D CMAKE_OSX_ARCHITECTURES=x86_64
2727 runs-on : ${{ matrix.image }}
2828 steps :
29- - uses : actions/checkout@v4.1.1
29+ - uses : actions/checkout@v4.1.7
3030 with :
3131 submodules : recursive
3232 - run : |
3939 cmake ${{ matrix.cmake-args }} -B ${{ matrix.name }} .
4040 cmake --build ${{ matrix.name }} --config Release
4141 ctest --test-dir ${{ matrix.name }} --build-config Release
42- - uses : actions/upload-artifact@v4.3.1
42+ - uses : actions/upload-artifact@v4.4.0
4343 with :
4444 name : ${{ matrix.name }}
4545 path : SDF
@@ -48,25 +48,25 @@ jobs:
4848 runs-on : ubuntu-20.04
4949 needs : [build]
5050 steps :
51- - uses : actions/checkout@v4.1.1
52- - uses : actions/download-artifact@v4.1.2
51+ - uses : actions/checkout@v4.1.7
52+ - uses : actions/download-artifact@v4.1.8
5353 with :
5454 name : win64
5555 path : SDF
56- - uses : actions/download-artifact@v4.1.2
56+ - uses : actions/download-artifact@v4.1.8
5757 with :
5858 name : win32
5959 path : SDF
60- - uses : actions/download-artifact@v4.1.2
60+ - uses : actions/download-artifact@v4.1.8
6161 with :
6262 name : linux64
6363 path : SDF
64- - uses : actions/download-artifact@v4.1.2
64+ - uses : actions/download-artifact@v4.1.8
6565 with :
6666 name : darwin64
6767 path : SDF
6868 - run : find -type f -name .gitignore -delete
69- - uses : actions/upload-artifact@v4.3.1
69+ - uses : actions/upload-artifact@v4.4.0
7070 with :
7171 name : SDF-Modelica
7272 path : |
You can’t perform that action at this time.
0 commit comments