build(deps): update codecov/codecov-action action to v6 (#7356)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-03-29 19:57:01 +02:00
committed by GitHub
parent 09b9d1f91e
commit a071a73cd8
+1 -1
View File
@@ -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 }}