diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6dee944..58125bb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -126,7 +126,7 @@ jobs: cargo tarpaulin --out lcov --features k8s_tests - name: Upload to codecov.io - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{secrets.CODECOV_TOKEN}} codecov_yml_path: .github/codecov.yml