aboutsummaryrefslogtreecommitdiff
path: root/.github
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
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')
-rw-r--r--.github/workflows/border_router.yml2
-rw-r--r--.github/workflows/build.yml6
-rw-r--r--.github/workflows/meshcop.yml2
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/border_router.yml b/.github/workflows/border_router.yml
index e0cad7ba..42b86de3 100644
--- a/.github/workflows/border_router.yml
+++ b/.github/workflows/border_router.yml
@@ -177,7 +177,7 @@ jobs:
third_party/openthread/repo/*.log
- name: Codecov
if: ${{ success() && steps.check_cache_result.outputs.cache-hit != 'true' }}
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v3
- name: Cache test result
if: ${{ success() && steps.check_cache_result.outputs.cache-hit != 'true' }}
run: |
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
diff --git a/.github/workflows/meshcop.yml b/.github/workflows/meshcop.yml
index 3b5b0105..146b5f98 100644
--- a/.github/workflows/meshcop.yml
+++ b/.github/workflows/meshcop.yml
@@ -80,4 +80,4 @@ jobs:
OTBR_USE_WEB_COMMISSIONER: 1
run: script/test meshcop
- name: Codecov
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v3