aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-22 20:31:38 -0800
committerGitHub <noreply@github.com>2022-11-22 20:31:38 -0800
commitac77dab7565ff67ae3c013a201cf72ef9704526c (patch)
tree5711e28067397abb6f4d253410f73ba90ab1585c /.github/workflows/build.yml
parentb2f85f949675e13ccca066123d1ee017dabd28eb (diff)
downloadot-br-posix-ac77dab7565ff67ae3c013a201cf72ef9704526c.tar.gz
Bump codecov/codecov-action from 2 to 3 (#1619)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 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/v2...v3) --- 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> 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 5e6fe3b6..6b1ee039 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -85,7 +85,7 @@ jobs:
- name: Run
run: script/test build check
- name: Codecov
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v3
rest-check:
runs-on: ubuntu-20.04
@@ -108,7 +108,7 @@ jobs:
- name: Run
run: script/test build check
- name: Codecov
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v3
script-check:
runs-on: ubuntu-20.04
@@ -124,7 +124,7 @@ jobs:
- name: Run
run: tests/scripts/check-scripts
- name: Codecov
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v3
scan-build:
runs-on: ubuntu-20.04