diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88be211..f8456ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: go-version: "1.26.x" cache: true - run: go test -coverprofile=coverage.out -covermode=atomic -timeout=5m ./... - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v7 with: files: coverage.out token: ${{ secrets.CODECOV_TOKEN }}