Skip to content

Commit 53b2f08

Browse files
dependabot[bot]jiridanek
authored andcommitted
Bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9efa895 commit 53b2f08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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,7 +856,7 @@ 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
@@ -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

0 commit comments

Comments
 (0)