diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c1a39ea7..ab997d3a 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.1.1 + uses: codecov/codecov-action@v4.3.0 controller-image: runs-on: ubuntu-latest diff --git a/.github/workflows/unit-test.yaml b/.github/workflows/unit-test.yaml index b57dea37..05253cd7 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.1.1 + uses: codecov/codecov-action@v4.3.0