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

This commit is contained in:
renovate[bot]
2026-06-07 04:49:47 +00:00
committed by Sylvestre Ledru
parent a9a332af1c
commit 5122acc896
+1 -1
View File
@@ -130,7 +130,7 @@ jobs:
ls -al
echo "report=${COVERAGE_REPORT_FILE}" >> $GITHUB_OUTPUT
- name: Upload coverage results (to Codecov.io)
uses: codecov/codecov-action@v6
uses: codecov/codecov-action@v7
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ${{ steps.coverage.outputs.report }}