From fd62fb605d65923db26838700f912fb9ee428428 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 16:53:49 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 --- .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 8076192..14d8c80 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@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ${{ steps.coverage.outputs.report }}