diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1d8f9ccc..2aadaf8d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,4 +14,4 @@ jobs: - run: go build - uses: golangci/golangci-lint-action@v3 - run: go test -race -covermode atomic -coverprofile coverage.txt - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v3