From 1358b72089e08019c72fc3e85c26a54a3a435300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 23:54:24 +0000 Subject: [PATCH] Bump codecov/codecov-action from 1 to 3 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3. - [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/v1...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 d5a4649d..8aeb24cc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: submodules: true - run: source .github/ubuntu_deps.sh - run: source .github/build.sh - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v3 with: name: ${{ github.job }} - uses: actions/upload-artifact@v2 @@ -36,7 +36,7 @@ jobs: cd znc-git-2015-01-16 export CFGFLAGS="--with-gtest=$GITHUB_WORKSPACE/third_party/googletest/googletest --with-gmock=$GITHUB_WORKSPACE/third_party/googletest/googlemock --disable-swig" source $GITHUB_WORKSPACE/.github/build.sh - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v3 with: name: ${{ github.job }} @@ -53,7 +53,7 @@ jobs: submodules: true - run: source .github/ubuntu_deps.sh - run: source .github/build.sh - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v3 with: name: ${{ github.job }} - uses: actions/upload-artifact@v2 @@ -76,7 +76,7 @@ jobs: #submodules: true #- run: source .github/ubuntu_deps.sh #- run: source .github/build.sh - #- uses: codecov/codecov-action@v1 + #- uses: codecov/codecov-action@v3 #clang_tsan: #name: Clang TSAN @@ -92,7 +92,7 @@ jobs: #submodules: true #- run: source .github/ubuntu_deps.sh #- run: source .github/build.sh - #- uses: codecov/codecov-action@v1 + #- uses: codecov/codecov-action@v3 # TODO: enable #CXXFLAGS: "-fsanitize=memory -O1 -fno-omit-frame-pointer -fno-optimize-sibling-calls -fsanitize-memory-track-origins" @@ -112,7 +112,7 @@ jobs: #brew update #brew install icu4c qt5 gettext pkg-config cpanminus boost #- run: source .github/build.sh - #- uses: codecov/codecov-action@v1 + #- uses: codecov/codecov-action@v3 docker: name: Docker push