chore(deps): update codecov/codecov-action action to v5 (#15414)

This commit is contained in:
renovate[bot] 2025-01-17 07:52:13 +01:00 committed by GitHub
parent 663a758a43
commit 22d383bb89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -213,7 +213,8 @@ jobs:
- name: map coverage
run: node ./scripts/mapCoverage.mjs
if: always()
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
if: always()
with:
directory: ./coverage
token: ${{ secrets.CODECOV_TOKEN }}