From 99d2f0b8fc2686134b32b18166e037639f7e9f2c Mon Sep 17 00:00:00 2001 From: ".ruby" Date: Wed, 19 Nov 2025 14:18:54 -0800 Subject: [PATCH] Update .githubCI.yml --- .github/workflows/.githubCI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/.githubCI.yml b/.github/workflows/.githubCI.yml index 6c087ae3..834bc323 100644 --- a/.github/workflows/.githubCI.yml +++ b/.github/workflows/.githubCI.yml @@ -53,7 +53,7 @@ jobs: - name: build working-directory: ./projects/vs2019/ run: msbuild ./wren.sln /property:Configuration=Release /property:Platform=64bit - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: wren-windows path: |