From 63309195fca9c4a6c259f7041eaea1495f454df8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:21:14 +0100 Subject: [PATCH] deps: update codecov/codecov-action action to v5 (#792) --- .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--')