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: |