Skip to content

Commit

Permalink
Surprise m
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Dec 13, 2024
1 parent 8b85cff commit ed25356
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit ed25356

Please sign in to comment.