diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e558d822..c2e346f9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -88,10 +88,11 @@ jobs: run: | ! git grep -InE 'json:"' | grep -v _test.go | grep -v yaml: - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: files: ./coverage.txt flags: unittests # optional name: codecov-umbrella # optional fail_ci_if_error: true # optional (default = false) - verbose: true # optional (default = false) \ No newline at end of file + verbose: true # optional (default = false) + token: ${{ secrets.CODECOV_TOKEN }} # required \ No newline at end of file