chore(deps): update codecov/codecov-action action to v6 (#180)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-03-28 06:57:32 -04:00
committed by GitHub
parent b3686e17d8
commit a6875c3a12

View File

@@ -46,6 +46,6 @@ jobs:
files: test-results/junit.xml files: test-results/junit.xml
- name: Upload coverage reports to Codecov - name: Upload coverage reports to Codecov
if: ${{ !cancelled() }} if: ${{ !cancelled() }}
uses: codecov/codecov-action@v5 uses: codecov/codecov-action@v6
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}