mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user