From 21ea7e7f586f36f85c2b0ba5ce576ad45253b412 Mon Sep 17 00:00:00 2001 From: Florian Reimold <11774314+FlorianReimold@users.noreply.github.com> Date: Fri, 17 May 2024 11:25:30 +0200 Subject: [PATCH] Updated GH Actions --- .github/workflows/build-ubuntu.yml | 4 ++-- .github/workflows/build-windows.yml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-ubuntu.yml b/.github/workflows/build-ubuntu.yml index 18b8028..a676152 100644 --- a/.github/workflows/build-ubuntu.yml +++ b/.github/workflows/build-ubuntu.yml @@ -37,7 +37,7 @@ jobs: sudo apt-get install ecal qtmultimedia5-dev libqt5multimedia5-plugins qtwayland5 libprotoc-dev protobuf-compiler libhdf5-dev - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: 'true' fetch-depth: 0 @@ -84,7 +84,7 @@ jobs: - name: Upload Debian - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{env.cmake_project_name}}-${{ matrix.os }}-ecal-${{env.ecal_version}} path: ${{ runner.workspace }}/_build/_deploy/*.deb \ No newline at end of file diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 6d3156c..36ae4d9 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -27,17 +27,17 @@ jobs: run: Start-Process -Wait -FilePath ".\ecal_*-win64.exe" -ArgumentList "/SILENT /ALLUSERS /SUPPRESSMSGBOXES /NORESTART /TYPE=full" - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: 'true' fetch-depth: 0 - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: - version: '5.15.2' + version: '6.6.3' target: 'desktop' - arch: 'win64_msvc2015_64' + arch: 'win64_msvc2019_64' - name: CMake run: | @@ -62,7 +62,7 @@ jobs: working-directory: ${{ runner.workspace }}\_build - name: Upload Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ecal-camera-samples-windows-ecal-${{env.ECAL_VERSION}} path: ${{ runner.workspace }}\_deploy\bin