Skip to content

Commit 337bf66

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 ad234b9 commit 337bf66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ jobs:
692692

693693
- name: Install Linux build dependencies
694694
run: |
695-
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
695+
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
696696
697697
- name: Install Linux build dependencies (Fedora)
698698
if: ${{ matrix.container == 'fedora' }}
@@ -824,11 +824,11 @@ jobs:
824824
# https://github.com/codecov/codecov-action
825825
- name: Upload C Coverage
826826
if: ${{ !cancelled() && matrix.buildType == 'Coverage' }}
827-
uses: codecov/codecov-action@v3
827+
uses: codecov/codecov-action@v4
828828
with:
829829
flags: ${{matrix.covType}}tests
830830
verbose: true
831-
gcov: true
831+
plugin: gcov
832832
name: skupper-router
833833
root_dir: .
834834
working-directory: ${{github.workspace}}/skupper-router
@@ -842,7 +842,7 @@ jobs:
842842

843843
- name: Upload Python Coverage
844844
if: ${{ !cancelled() && matrix.buildType == 'Coverage' }}
845-
uses: codecov/codecov-action@v3
845+
uses: codecov/codecov-action@v4
846846
with:
847847
flags: py${{matrix.covType}}tests
848848
verbose: true

0 commit comments

Comments
 (0)