Merge pull request #24 from Belphemur/renovate/codecov-codecov-action-5.x

chore(deps): update codecov/codecov-action action to v5
This commit is contained in:
Antoine Aflalo
2024-11-18 14:37:12 -05:00
committed by GitHub

View File

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