Skip to content

Commit a73f5b7

Browse files
committed
bump to @v4 upload-artifact
1 parent 9f16131 commit a73f5b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-conan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
mkdir -m 0777 build
4646
docker run --rm -v $(pwd):/mnt/source osp-builder
4747
- name: Upload artifact
48-
uses: actions/upload-artifact@v3
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: cosim-${{ runner.os }}-${{ matrix.build_type }}-${{ matrix.compiler_version }}-${{ matrix.option_proxyfmu }}
5151
path: build/${{ matrix.build_type }}/dist
@@ -77,7 +77,7 @@ jobs:
7777
cmake --build build --config ${{ matrix.build_type }}
7878
cmake --build build --config ${{ matrix.build_type }} --target install
7979
- name: Upload artifact
80-
uses: actions/upload-artifact@v3
80+
uses: actions/upload-artifact@v4
8181
with:
8282
name: cosim-${{ runner.os }}-${{ matrix.build_type }}-${{ matrix.option_proxyfmu }}
8383
path: build/dist

0 commit comments

Comments
 (0)