diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index e7ce0b7..8d9081c 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -11,6 +11,6 @@ jobs: go-version: '1.20' - name: Run coverage run: go test -race -coverprofile=coverage.out -covermode=atomic - - uses: codecov/codecov-action@v4.0.1 + - uses: codecov/codecov-action@v4.0.2 with: token: ${{ secrets.CODECOV_TOKEN }}