diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6deeb83..2180570 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,4 +25,4 @@ jobs: - name: test run: | go test -cover -coverprofile coverage.txt -race -v ./... - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v3