diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml index fd7afcb..02c3308 100644 --- a/.github/workflows/go_test.yml +++ b/.github/workflows/go_test.yml @@ -28,7 +28,7 @@ jobs: run: go test -coverprofile=coverage.out -covermode=count ./... - name: codecov-umbrella - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out