From a6e0d7de4725b9b8ae6dc5ad82636bb147719ac9 Mon Sep 17 00:00:00 2001 From: Maurice Heumann Date: Mon, 26 Dec 2022 08:24:28 +0100 Subject: [PATCH] Update actions --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4664568..cae4dd9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - release steps: - name: Check out files - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true fetch-depth: 0 @@ -38,7 +38,7 @@ jobs: uses: ammaraskar/msvc-problem-matcher@master - name: Setup DevCmd - uses: ilammy/msvc-dev-cmd@v1.10.0 + uses: ilammy/msvc-dev-cmd@v1.12.0 with: arch: x64 @@ -52,7 +52,7 @@ jobs: run: cmake --build --preset=${{matrix.configuration}} - name: Upload ${{matrix.configuration}} binaries - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{matrix.configuration}} binaries path: |