From c63ddc17a1b9d45bdbb399f12f75be457404ba1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 22:51:39 +0000 Subject: [PATCH] Update actions/upload-artifact action to v6 --- .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 5daef1d..b1a19c9 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@v5 + uses: actions/upload-artifact@v6 with: name: logs path: ./logs if: ${{ always() }} # Always run this step even on failure - name: Upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: artifacts path: ./artifacts