From 5ddfad0013003199e69b65ad831b5fa77b9d58f7 Mon Sep 17 00:00:00 2001 From: zu1k Date: Tue, 24 May 2022 15:20:10 +0800 Subject: [PATCH] chore: Update github action deps Signed-off-by: zu1k --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ed1e06a..f535d3e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v3 with: - go-version: '^1.18.0' + go-version: '^1.18' - name: Check out code into the Go module directory uses: actions/checkout@v3 @@ -43,7 +43,7 @@ jobs: draft: true prerelease: true - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 if: startsWith(github.ref, 'refs/tags/') with: name: build