Browse Source

use codecov action v1 (#985)

Kevin Wan 3 years ago
parent
commit
4ef1859f0b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/go.yml

+ 1 - 1
.github/workflows/go.yml

@@ -29,4 +29,4 @@ jobs:
       run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
       run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
 
 
     - name: Codecov
     - name: Codecov
-      uses: codecov/codecov-action@v2
+      uses: codecov/codecov-action@v1