Skip to content

Commit ffe5c17

Browse files
committed
fall back to previous codecov version
1 parent 226a17b commit ffe5c17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ jobs:
803803
# https://github.com/codecov/codecov-action
804804
- name: Upload C Coverage
805805
if: ${{ !cancelled() && matrix.buildType == 'Coverage' }}
806-
uses: codecov/codecov-action@v4
806+
uses: codecov/codecov-action@v3
807807
with:
808808
flags: ${{matrix.covType}}tests
809809
verbose: true
@@ -821,7 +821,7 @@ jobs:
821821

822822
- name: Upload Python Coverage
823823
if: ${{ !cancelled() && matrix.buildType == 'Coverage' }}
824-
uses: codecov/codecov-action@v4
824+
uses: codecov/codecov-action@v3
825825
with:
826826
flags: py${{matrix.covType}}tests
827827
verbose: true

0 commit comments

Comments
 (0)