From f894af533088c50917de42d36547e9ee7f8ab6f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 01:28:02 +0100 Subject: [PATCH] Bump codecov/codecov-action from 3 to 4 (#1903) 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](https://github.com/codecov/codecov-action/compare/v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1bc2e1a3..fc494cea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: submodules: true - run: source .github/ubuntu_deps.sh - run: source .github/build.sh - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: name: ${{ github.job }} - uses: actions/upload-artifact@v4 @@ -41,7 +41,7 @@ jobs: name: znc-tarball path: /tmp/znc-git*.tar.gz if-no-files-found: error - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: name: ${{ github.job }} @@ -58,7 +58,7 @@ jobs: submodules: true - run: source .github/ubuntu_deps.sh - run: source .github/build.sh - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: name: ${{ github.job }} - uses: actions/upload-artifact@v4 @@ -81,7 +81,7 @@ jobs: #submodules: true #- run: source .github/ubuntu_deps.sh #- run: source .github/build.sh - #- uses: codecov/codecov-action@v3 + #- uses: codecov/codecov-action@v4 #clang_tsan: #name: Clang TSAN @@ -97,7 +97,7 @@ jobs: #submodules: true #- run: source .github/ubuntu_deps.sh #- run: source .github/build.sh - #- uses: codecov/codecov-action@v3 + #- uses: codecov/codecov-action@v4 # TODO: enable #CXXFLAGS: "-fsanitize=memory -O1 -fno-omit-frame-pointer -fno-optimize-sibling-calls -fsanitize-memory-track-origins" @@ -121,7 +121,7 @@ jobs: brew update brew install icu4c qt6 gettext pkg-config cpanminus boost argon2 swig - run: source .github/build.sh - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 docker: name: Docker push