Skip to content

Commit f44e649

Browse files
committed
codecov-action@v4 issue, lowering to v3
1 parent 7538cbf commit f44e649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117

118118
- name: Upload Coverage to codecov
119119
if: always() && !startsWith(github.ref, 'refs/tags/v')
120-
uses: codecov/codecov-action@v4
120+
uses: codecov/codecov-action@v3
121121
with:
122122
files: ./output/TestResults/Coverage.xml
123123
flags: ${{ matrix.info.name }}

0 commit comments

Comments
 (0)