We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b779f84 commit 1f86ad2Copy full SHA for 1f86ad2
.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@v3
+ uses: codecov/codecov-action@v4
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