Skip to content

Commit

Permalink
github-actions: bump codecov/codecov-action from 4 to 5 (#2607)
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4...v5)

---
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 Nov 18, 2024
1 parent aa324de commit b4cfa2f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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/ot_testing/*.log
- name: Codecov
if: ${{ success() && steps.check_cache_result.outputs.cache-hit != 'true' }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
- 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@v4
uses: codecov/codecov-action@v5

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@v4
uses: codecov/codecov-action@v5

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@v4
uses: codecov/codecov-action@v5

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 @@ -81,4 +81,4 @@ jobs:
OTBR_USE_WEB_COMMISSIONER: 1
run: OTBR_VERBOSE=${RUNNER_DEBUG:-0} script/test meshcop
- name: Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
2 changes: 1 addition & 1 deletion .github/workflows/ncp_mode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ jobs:
run: |
top_builddir="./build/temp" tests/scripts/ncp_mode build_ot_sim expect
- name: Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5

0 comments on commit b4cfa2f

Please sign in to comment.