From 366d3c7e5f8a9d4f1499633deb85a88735f9f71c Mon Sep 17 00:00:00 2001 From: Jackarain Date: Fri, 2 Aug 2024 23:43:16 +0800 Subject: [PATCH] Update github actions workflows config --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f0c66eb..de6f84d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,10 +10,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: 1.19 @@ -21,7 +21,7 @@ jobs: run: go build - name: Archive artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ddns path: ddns