From 3f51b059f4f482211d31b9d946d4b278925454d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 17:33:31 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5 --- .github/workflows/full_cluster_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/full_cluster_tests.yml b/.github/workflows/full_cluster_tests.yml index 6d98bd45..9ba47679 100644 --- a/.github/workflows/full_cluster_tests.yml +++ b/.github/workflows/full_cluster_tests.yml @@ -38,7 +38,7 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v4 - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} # file: ./coverage.xml # Search for all coverage files from each workflow.