diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a470317..26f9650 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -97,7 +97,7 @@ jobs: go version go test -v -timeout 9999s -count 1 -p 1 -cover -coverprofile coverage.txt ./ - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -126,7 +126,7 @@ jobs: && go test -v -timeout 9999s -count 1 -p 1 -cover -coverpkg="${COVER_PKG}" -coverprofile coverage_local.txt ./ \ && cd .. - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: