From 1eae9b2516ccea1614e9f364417cd61c83bf3b3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 19:55:28 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 --- .github/workflows/cov.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cov.yaml b/.github/workflows/cov.yaml index ae6b4c8..79c1281 100644 --- a/.github/workflows/cov.yaml +++ b/.github/workflows/cov.yaml @@ -46,7 +46,7 @@ jobs: uses: actions-rs/grcov@v0.1 - name: Codecov.io upload - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ${{ steps.coverage.outputs.report }}