diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c1a91b536..9ceaa0e26 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,7 @@ jobs: run: | go test -v -race -covermode=atomic -coverprofile=coverage.out ./... - name: Upload coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./coverage.out fail_ci_if_error: true