diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60b5e6c3..aafb69ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,9 @@ jobs: - run: go test -coverprofile=coverage.txt -v -race ./... - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} generate: runs-on: ubuntu-latest