From b3a15965e0a934fec63584073ba9a9b201e955ad Mon Sep 17 00:00:00 2001 From: li1553770945 <1553770945@qq.com> Date: Tue, 8 Oct 2024 15:48:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(github):=E4=BF=AE=E6=94=B9github=20actions?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6949968..082baf0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,10 +13,10 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Set up Go 1.21 + - name: Set up Go 1.23 uses: actions/setup-go@v2 with: - go-version: 1.21 + go-version: 1.23 - name: Build project run: | @@ -25,7 +25,7 @@ jobs: working-directory: . # 替换成你的仓库路径 - name: Upload artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: output path: output \ No newline at end of file