From a071a73cd89f7ba8a99fa577f3a9a1e9800cc1a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 19:57:01 +0200 Subject: [PATCH] build(deps): update codecov/codecov-action action to v6 (#7356) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 7f55a6272..22ee20a09 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -252,7 +252,7 @@ jobs: output-artifact-directory: target/debug - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 if: github.repository == 'starship/starship' with: token: ${{ secrets.CODECOV_TOKEN }}