From e6bc04ab033c02487c45d41fd9ed77098150e2fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:57:59 +0000 Subject: [PATCH] deps: update codecov/codecov-action action to v5 --- .github/workflows/ci.yml | 2 +- .github/workflows/test_e2e.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fed16baa..9b2c9901 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - run: go test -v -race -coverprofile=coverage.txt ./... - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 if: > !startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'release-please--') diff --git a/.github/workflows/test_e2e.yml b/.github/workflows/test_e2e.yml index 23bc709d..acc2005e 100644 --- a/.github/workflows/test_e2e.yml +++ b/.github/workflows/test_e2e.yml @@ -78,7 +78,7 @@ jobs: go test ./tests/e2e -tags e2e -v -race -timeout 60m -coverprofile=coverage.txt - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: > !startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'release-please--')