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

This commit is contained in:
renovate[bot]
2024-11-14 19:14:51 +00:00
committed by GitHub
parent 6217254305
commit 021c647a6e

View File

@@ -44,7 +44,7 @@ jobs:
junit.xml junit.xml
retention-days: 7 retention-days: 7
- name: Upload results to Codecov - name: Upload results to Codecov
uses: codecov/codecov-action@v4 uses: codecov/codecov-action@v5
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload test results to Codecov - name: Upload test results to Codecov