1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2025-01-15 11:17:00 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
pull[bot]
48152445f0
Merge 40d9c92314 into a2112d4bad 2025-01-11 23:23:28 +00:00
renovate[bot]
40d9c92314
build(deps): update codecov/codecov-action action to v5 (#6397)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-12 00:23:24 +01:00

View File

@ -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 }}