ci: [DEPENDABOT] bump codecov/codecov-action from 6.0.0 to 6.0.1 (#3079)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-05-26 11:32:32 +01:00
committed by GitHub
parent 4da9de304e
commit aed2240cbd

View File

@@ -28,7 +28,7 @@ jobs:
- name: Upload coverage report
if: ${{ github.repository == 'XRPLF/clio' && hashFiles('build/coverage_report.xml') != '' }}
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
with:
files: build/coverage_report.xml
fail_ci_if_error: true