From fc2ccfa03d202d01e0353bc07e7da56902c5c4db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 20:47:33 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.1.1 --- .github/workflows/katana.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/katana.yml b/.github/workflows/katana.yml index 582a294b2..7ddfef8b9 100644 --- a/.github/workflows/katana.yml +++ b/.github/workflows/katana.yml @@ -126,7 +126,7 @@ jobs: **/build/reports/tests/testDebugUnitTest retention-days: 7 - name: Upload report to Codecov - uses: codecov/codecov-action@v4.1.0 + uses: codecov/codecov-action@v4.1.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: build/reports/kover/report.xml