From 09f34b7eb11208fe4cdb66d647de7c628ac3199d Mon Sep 17 00:00:00 2001 From: FutureRave Date: Thu, 9 Feb 2023 19:51:03 +0000 Subject: [PATCH] maint: update build.yml --- .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 2acdf09..677a1d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: - Release steps: - name: Check out files - uses: actions/checkout@v3 + uses: actions/checkout@v3.3.0 with: submodules: true fetch-depth: 0 @@ -32,7 +32,7 @@ jobs: lfs: false - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.1.3 + uses: microsoft/setup-msbuild@v1.3.1 - name: Generate project files run: tools/premake5 vs2022 @@ -44,7 +44,7 @@ jobs: run: msbuild /m /v:minimal /p:Configuration=${{matrix.configuration}} /p:Platform=Win32 build/open-iw5.sln - name: Upload ${{matrix.configuration}} binaries - uses: actions/upload-artifact@v3.1.0 + uses: actions/upload-artifact@v3.1.2 with: name: ${{matrix.configuration}} binaries path: |