Update actions

This commit is contained in:
Maurice Heumann 2022-12-26 08:24:28 +01:00
parent c2587af857
commit a6e0d7de47

View File

@ -20,7 +20,7 @@ jobs:
- release - release
steps: steps:
- name: Check out files - name: Check out files
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
submodules: true submodules: true
fetch-depth: 0 fetch-depth: 0
@ -38,7 +38,7 @@ jobs:
uses: ammaraskar/msvc-problem-matcher@master uses: ammaraskar/msvc-problem-matcher@master
- name: Setup DevCmd - name: Setup DevCmd
uses: ilammy/msvc-dev-cmd@v1.10.0 uses: ilammy/msvc-dev-cmd@v1.12.0
with: with:
arch: x64 arch: x64
@ -52,7 +52,7 @@ jobs:
run: cmake --build --preset=${{matrix.configuration}} run: cmake --build --preset=${{matrix.configuration}}
- name: Upload ${{matrix.configuration}} binaries - name: Upload ${{matrix.configuration}} binaries
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
with: with:
name: ${{matrix.configuration}} binaries name: ${{matrix.configuration}} binaries
path: | path: |