We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c25c0a7 commit 7da8010Copy full SHA for 7da8010
.github/workflows/build-and-test-differential.yaml
@@ -67,7 +67,7 @@ jobs:
67
68
- name: Upload coverage to CodeCov
69
if: ${{ steps.test.outputs.coverage-report-files != '' }}
70
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
71
with:
72
files: ${{ steps.test.outputs.coverage-report-files }}
73
fail_ci_if_error: false
.github/workflows/build-and-test.yaml
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
61
0 commit comments