From 1f3fa5dea8ec799c2bb04fa354b486ca2a14098c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 00:28:53 +0000 Subject: [PATCH] Update actions/upload-artifact action to v5 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 644a950..24d794f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,14 +31,14 @@ jobs: run: msbuild -property:Configuration=Release -property:Platform=x64 -bl:logs/msbuild.binlog - name: Upload logs - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: logs path: ./logs if: ${{ always() }} # Always run this step even on failure - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: artifacts path: ./artifacts