We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c170c56 commit f41e060Copy full SHA for f41e060
.github/workflows/upload_coverage_report.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Upload coverage report
27
if: ${{ hashFiles('build/coverage_report.xml') != '' }}
28
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
+ uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
29
with:
30
files: build/coverage_report.xml
31
fail_ci_if_error: true
0 commit comments