Skip to content

Commit

Permalink
github-actions: bump codecov/codecov-action from 3 to 4 (#2182)
Browse files Browse the repository at this point in the history
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](codecov/codecov-action@v3...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent ae02b0b commit 7fefcf9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/border_router.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
third_party/openthread/repo/*.log
- name: Codecov
if: ${{ success() && steps.check_cache_result.outputs.cache-hit != 'true' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
- name: Cache test result
if: ${{ success() && steps.check_cache_result.outputs.cache-hit != 'true' }}
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/meshcop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ jobs:
OTBR_USE_WEB_COMMISSIONER: 1
run: OTBR_VERBOSE=${RUNNER_DEBUG:-0} script/test meshcop
- name: Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

0 comments on commit 7fefcf9

Please sign in to comment.