From ed25356bde5c57d4bb288345ab1513257d479a9b Mon Sep 17 00:00:00 2001 From: Florian OMNES <26088210+flomnes@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:09:07 +0100 Subject: [PATCH] Surprise m --- .github/workflows/centos.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- .github/workflows/windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/centos.yml b/.github/workflows/centos.yml index 83cf494..41de32e 100644 --- a/.github/workflows/centos.yml +++ b/.github/workflows/centos.yml @@ -39,7 +39,7 @@ jobs: cmake3 -B _build -S . -DBUILD_not_system=ON -DBUILD_system=${{ matrix.system_build }} -DCMAKE_BUILD_TYPE=${{ matrix.buildtype }} -DDEPS_INSTALL_DIR=rte-antares-deps-${{ matrix.buildtype }} - name: Archive upload - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: antares-deps-centos7-${{ matrix.buildtype }} path: | diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index afb9307..9005a85 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -33,7 +33,7 @@ jobs: cmake -B _build -S . -DBUILD_not_system=ON -DBUILD_system=${{ matrix.system_build }} -DCMAKE_BUILD_TYPE=${{ matrix.buildtype }} -DDEPS_INSTALL_DIR=rte-antares-deps-${{ matrix.buildtype }} - name: Archive upload - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: antares-deps-${{ matrix.os }}-${{ matrix.buildtype }} path: | diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 1d0c2bb..951a00e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -28,7 +28,7 @@ jobs: cmake -B _build -S . -DBUILD_not_system=ON -DBUILD_system=${{ matrix.system_build }} -DCMAKE_BUILD_TYPE=${{ matrix.buildtype }} -DDEPS_INSTALL_DIR=rte-antares-deps-${{ matrix.buildtype }} - name: Archive upload - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: antares-deps-${{ matrix.os }}-${{ matrix.buildtype }} path: |