From 3555f722036e2d5aee01170b05e611a1a858b51b Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 13 Mar 2025 17:42:02 +0800 Subject: [PATCH] [github] try upgrade workflow --- .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 4e15ce0f..a7623678 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,9 +30,9 @@ jobs: - uses: actions/checkout@v3 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: - go-version: 1.20.0 + go-version: 1.24.0 - name: Build run: | @@ -43,7 +43,7 @@ jobs: # run: go test -v ./... - name: Upload Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: path: | conf/**/*