From e85d38704b894737ec1601b63b42739409336e89 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 7 Oct 2024 13:21:59 +0000
Subject: [PATCH] Bump codecov/codecov-action from 4.5.0 to 4.6.0

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 4.6.0.
- [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.5.0...v4.6.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .github/workflows/ci.yaml        | 2 +-
 .github/workflows/unit-test.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 0eb497cc2..4c27269d3 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -38,7 +38,7 @@ jobs:
       run: make unit-ci
 
     - name: Report coverage
-      uses: codecov/codecov-action@v4.5.0
+      uses: codecov/codecov-action@v4.6.0
 
   controller-image:
     runs-on: ubuntu-latest
diff --git a/.github/workflows/unit-test.yaml b/.github/workflows/unit-test.yaml
index 2cbd7a0cc..c355d5849 100644
--- a/.github/workflows/unit-test.yaml
+++ b/.github/workflows/unit-test.yaml
@@ -17,4 +17,4 @@ jobs:
     - name: Run tests
       run: make unit-ci
     - name: Report coverage
-      uses: codecov/codecov-action@v4.5.0
+      uses: codecov/codecov-action@v4.6.0