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

Compare commits

...

2 Commits

Author SHA1 Message Date
pull[bot]
48152445f0
Merge 40d9c9231435de784be8bcbc172aa50ff75f7595 into a2112d4badc89f4fbde3329a19ef159f19443c64 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

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