From fb69ce7fcf508704ec5e8717cc5703f418115e03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 10:29:47 +0800 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 (#5927) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8a2cb2976e6..e8489e37ce8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -68,7 +68,7 @@ jobs: job: ${{ matrix.job }} - name: Upload test coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: flags: unittest working-directory: ${{ github.workspace }}/go/src/github.com/${{ github.repository }}