From c6a379dd2fd4207c04242ac88d54d59bece6b0f0 Mon Sep 17 00:00:00 2001 From: Edo Date: Thu, 9 Feb 2023 00:50:13 +0000 Subject: [PATCH] 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 23f2991..2bd120b 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/black-ops-plugin.sln - name: Upload ${{matrix.configuration}} binaries - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v3.1.2 with: name: ${{matrix.configuration}} binaries path: |