From 5dc2f7e1ccedd787ea37328820c090c9a14e6be8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 19:24:53 +0100 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 3 to 4 (#5567) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ccpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 18a8235aec..d7e6b78fe1 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -46,7 +46,7 @@ jobs: tests/ref_imgs/**/*_err.png test_screenshot_error.h - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 if: github.event_name == 'push' && github.repository == 'lvgl/lvgl' with: fail_ci_if_error: true