From b44c0f600f0ca6f8f0af14b05d94dc84f37d9b0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:25:48 +0000 Subject: [PATCH] ci(deps): bump codecov/codecov-action from 4 to 7 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-test.yaml b/.github/workflows/ci-test.yaml index 6643c39..366b9fa 100644 --- a/.github/workflows/ci-test.yaml +++ b/.github/workflows/ci-test.yaml @@ -33,7 +33,7 @@ jobs: run: go test -v -race -count=1 -coverprofile=coverage-server.out -covermode=atomic ./server/... - name: Upload server coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v7 with: files: coverage-server.out flags: server @@ -65,7 +65,7 @@ jobs: run: go test -v -race -count=1 -coverprofile=coverage-agents.out -covermode=atomic ./system-agent/... ./k8s-agent/... - name: Upload agent coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v7 with: files: coverage-agents.out flags: agents @@ -97,7 +97,7 @@ jobs: run: go test -v -race -count=1 -coverprofile=coverage-veye.out -covermode=atomic ./veye/... - name: Upload veye coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v7 with: files: coverage-veye.out flags: veye