From e5d52eea8c99488d27e5bffb638bee6b2376dbba Mon Sep 17 00:00:00 2001 From: Yakumo Hokori Date: Mon, 3 Nov 2025 15:21:22 +0800 Subject: [PATCH] =?UTF-8?q?upload-artifact=E4=BF=AE=E6=94=B9=E4=B8=BAv3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gitea.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitea.yml b/.github/workflows/gitea.yml index dd57533..cfe5871 100644 --- a/.github/workflows/gitea.yml +++ b/.github/workflows/gitea.yml @@ -65,7 +65,7 @@ jobs: path: target/x86_64-unknown-linux-gnu/release/${{ steps.get_bin_name.outputs.linux_bin }} - name: 上传 Windows 编译产物为工作流 Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: windows-build path: target/x86_64-pc-windows-gnu/release/${{ steps.get_bin_name.outputs.windows_bin }}