aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-05 09:22:43 -0800
committerGitHub <noreply@github.com>2024-02-05 09:22:43 -0800
commit7fefcf9f4dd42b69b36e3f862f17e26b2e00f096 (patch)
tree95b6ce0f53e9ff0d0490307881f6f30086b66275 /.github/workflows/build.yml
parentae02b0bb69b0317f69d91964f738c54ceb60bb29 (diff)
downloadot-br-posix-7fefcf9f4dd42b69b36e3f862f17e26b2e00f096.tar.gz
github-actions: bump codecov/codecov-action from 3 to 4 (#2182)
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>
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f90ced17..cbd4e17f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -73,7 +73,7 @@ jobs:
- name: Run
run: script/test build check
- name: Codecov
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
rest-check:
runs-on: ubuntu-20.04
@@ -96,7 +96,7 @@ jobs:
- name: Run
run: script/test build check
- name: Codecov
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
script-check:
runs-on: ubuntu-20.04
@@ -112,7 +112,7 @@ jobs:
- name: Run
run: tests/scripts/check-scripts
- name: Codecov
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
scan-build:
runs-on: ubuntu-20.04