Upgrade codecov-action to v3 in CI (#119)
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M .github/workflows/ci.yml → .github/workflows/ci.yml
@@ -47,7 +47,7 @@ if: ${{ matrix.go == '1.16' }} run: go test -v -coverprofile=coverage.txt ./... - name: Coverage - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 lint: name: Lint