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