ci: [DEPENDABOT] Bump codecov/codecov-action from 5.5.3 to 6.0.0 (#3018)

This commit is contained in:
dependabot[bot]
2026-03-30 08:51:00 +01:00
committed by GitHub
parent 1b822c37dc
commit 22a9003aa3

View File

@@ -28,7 +28,7 @@ jobs:
- name: Upload coverage report
if: ${{ hashFiles('build/coverage_report.xml') != '' }}
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
with:
files: build/coverage_report.xml
fail_ci_if_error: true