We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f16131 commit a73f5b7Copy full SHA for a73f5b7
.github/workflows/ci-conan.yml
@@ -45,7 +45,7 @@ jobs:
45
mkdir -m 0777 build
46
docker run --rm -v $(pwd):/mnt/source osp-builder
47
- name: Upload artifact
48
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
49
with:
50
name: cosim-${{ runner.os }}-${{ matrix.build_type }}-${{ matrix.compiler_version }}-${{ matrix.option_proxyfmu }}
51
path: build/${{ matrix.build_type }}/dist
@@ -77,7 +77,7 @@ jobs:
77
cmake --build build --config ${{ matrix.build_type }}
78
cmake --build build --config ${{ matrix.build_type }} --target install
79
80
81
82
name: cosim-${{ runner.os }}-${{ matrix.build_type }}-${{ matrix.option_proxyfmu }}
83
path: build/dist
0 commit comments