diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0eb497cc2..f05599460 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@v5.0.2 controller-image: runs-on: ubuntu-latest diff --git a/.github/workflows/unit-test.yaml b/.github/workflows/unit-test.yaml index 2cbd7a0cc..10f64fd8e 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@v5.0.2