Skip to content

Commit 6fa8480

Browse files
🛠️ Bump codecov/codecov-action from 3 to 4 (#2674)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d962501 commit 6fa8480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
workdir: ${{ env.BASEDIR }}/target_ws
155155
ignore: '"*/target_ws/build/*" "*/target_ws/install/*" "*/test/*"'
156156
- name: Upload codecov report
157-
uses: codecov/codecov-action@v3
157+
uses: codecov/codecov-action@v4
158158
if: always() && matrix.env.CCOV && steps.ici.outputs.target_test_results == '0'
159159
with:
160160
files: ${{ env.BASEDIR }}/target_ws/coverage.info

0 commit comments

Comments
 (0)