File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -720,7 +720,7 @@ jobs:
720720
721721 - name : Install Linux build dependencies
722722 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
724724
725725 - name : Install Linux build dependencies (Fedora)
726726 if : ${{ matrix.container == 'fedora' }}
@@ -856,11 +856,11 @@ jobs:
856856 # https://github.com/codecov/codecov-action
857857 - name : Upload C Coverage
858858 if : ${{ !cancelled() && matrix.buildType == 'Coverage' }}
859- uses : codecov/codecov-action@v3
859+ uses : codecov/codecov-action@v4
860860 with :
861861 flags : ${{matrix.covType}}tests
862862 verbose : true
863- gcov : true
863+ plugin : gcov
864864 name : skupper-router
865865 root_dir : .
866866 working-directory : ${{github.workspace}}/skupper-router
@@ -874,7 +874,7 @@ jobs:
874874
875875 - name : Upload Python Coverage
876876 if : ${{ !cancelled() && matrix.buildType == 'Coverage' }}
877- uses : codecov/codecov-action@v3
877+ uses : codecov/codecov-action@v4
878878 with :
879879 flags : py${{matrix.covType}}tests
880880 verbose : true
You can’t perform that action at this time.
0 commit comments