From df6a5073ff9a68bc34981c999ec9ad1e0c4bac09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 13:53:18 +0000 Subject: [PATCH] Bump codecov/codecov-action from 4 to 5 (#1923) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [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/v4...v5) --- 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 a80462d6..e79ee380 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@v4 + - uses: codecov/codecov-action@v5 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@v4 + - uses: codecov/codecov-action@v5 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@v4 + - uses: codecov/codecov-action@v5 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@v4 + #- uses: codecov/codecov-action@v5 #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@v4 + #- uses: codecov/codecov-action@v5 # TODO: enable #CXXFLAGS: "-fsanitize=memory -O1 -fno-omit-frame-pointer -fno-optimize-sibling-calls -fsanitize-memory-track-origins" @@ -124,7 +124,7 @@ jobs: env: # https://github.com/znc/znc/issues/1937 GTEST_FILTER: "-*Modpython*:LanguagesTests/AllLanguages.ServerDependentCapInModule/1" - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 docker: name: Docker push