From 3cfbf680cad22fec201d154f641f1e14470da67b Mon Sep 17 00:00:00 2001 From: samitab Date: Wed, 8 May 2024 23:29:02 +1000 Subject: [PATCH] [ignore] Update codecov action version --- .github/workflows/checks.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index a5585a442..47c9dccac 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -85,4 +85,6 @@ jobs: - name: Upload coverage to Codecov # Upload Coverage on latest only if: ${{ matrix.apic_host.name == 'v6.0'}} - uses: codecov/codecov-action@v3 \ No newline at end of file + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file