We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6efb5d1 commit 0031d82Copy full SHA for 0031d82
.github/workflows/build-and-test-differential.yaml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Upload coverage to CodeCov
50
if: ${{ steps.test.outputs.coverage-report-files != '' }}
51
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
52
with:
53
files: ${{ steps.test.outputs.coverage-report-files }}
54
fail_ci_if_error: false
.github/workflows/build-and-test.yaml
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
64
0 commit comments