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