File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -720,7 +720,7 @@ jobs:
720
720
721
721
- name : Install Linux build dependencies
722
722
run : |
723
- dnf install -y elfutils-devel cmake libuuid-devel openssl openssl-devel cyrus-sasl-devel cyrus-sasl-plain swig make libwebsockets-devel libnghttp2-devel ccache libasan libubsan libtsan libunwind-devel
723
+ dnf install -y git elfutils-devel cmake libuuid-devel openssl openssl-devel cyrus-sasl-devel cyrus-sasl-plain swig make libwebsockets-devel libnghttp2-devel ccache libasan libubsan libtsan libunwind-devel
724
724
725
725
- name : Install Linux build dependencies (Fedora)
726
726
if : ${{ matrix.container == 'fedora' }}
@@ -856,7 +856,7 @@ jobs:
856
856
# https://github.com/codecov/codecov-action
857
857
- name : Upload C Coverage
858
858
if : ${{ !cancelled() && matrix.buildType == 'Coverage' }}
859
- uses : codecov/codecov-action@v3
859
+ uses : codecov/codecov-action@v4
860
860
with :
861
861
flags : ${{matrix.covType}}tests
862
862
verbose : true
@@ -874,7 +874,7 @@ jobs:
874
874
875
875
- name : Upload Python Coverage
876
876
if : ${{ !cancelled() && matrix.buildType == 'Coverage' }}
877
- uses : codecov/codecov-action@v3
877
+ uses : codecov/codecov-action@v4
878
878
with :
879
879
flags : py${{matrix.covType}}tests
880
880
verbose : true
You can’t perform that action at this time.
0 commit comments