From 449e0bdd467bec8997418978520b811a0efa6b2f Mon Sep 17 00:00:00 2001 From: silenceper Date: Sat, 3 Oct 2020 14:54:48 +0800 Subject: [PATCH] update actions --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9e6a445..ad2fd66 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,7 +22,7 @@ jobs: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. version: v1.26 - name: Upload Coverage report to CodeCov - uses: codecov/codecov-action@v1.0.0 + uses: codecov/codecov-action@v1 with: token: ${{secrets.CODECOV_TOKEN}} file: ./coverage.txt