From a05fc18f2d1637ea2fb4a784e77a2b8e3339e5da Mon Sep 17 00:00:00 2001 From: pongo1231 Date: Sun, 12 Jan 2025 17:02:26 +0000 Subject: [PATCH] workflows/compile: Update version of all tasks --- .github/workflows/compile.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 29e7aab31..1f21b6a0c 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -9,10 +9,10 @@ jobs: steps: - name: setup-msbuild - uses: microsoft/setup-msbuild@v1.1 + uses: microsoft/setup-msbuild@v2 - name: Enable Developer Command Prompt - uses: ilammy/msvc-dev-cmd@v1.10.0 - - uses: actions/checkout@v3 + uses: ilammy/msvc-dev-cmd@v1.13.0 + - uses: actions/checkout@v4 - name: Setup run: git submodule update --init --recursive @@ -65,13 +65,13 @@ jobs: cp ../TwitchChatVotingProxy/bin/x64/Release/net6.0-windows/win-x64/publish/TwitchChatVotingProxy.pdb - name: Upload :) - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: chaosmod path: dist - name: Upload symbols too - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: symbols path: symbols