From 40d9c9231435de784be8bcbc172aa50ff75f7595 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 00:23:24 +0100 Subject: [PATCH] build(deps): update codecov/codecov-action action to v5 (#6397) 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 9ab782b5..e1e9e21c 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -246,7 +246,7 @@ jobs: output-artifact-directory: target/debug - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: github.repository == 'starship/starship' with: token: ${{ secrets.CODECOV_TOKEN }}