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

This commit is contained in:
renovate[bot] 2025-05-27 05:45:56 +00:00 committed by Hal
parent aba43d995d
commit 852acb080e

View File

@ -68,7 +68,7 @@ jobs:
- name: Upload coverage to Codecov - name: Upload coverage to Codecov
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11' if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
uses: codecov/codecov-action@v4 uses: codecov/codecov-action@v5
with: with:
file: ./coverage.xml file: ./coverage.xml
flags: unittests flags: unittests