chore(deps): bump codecov/codecov-action from 3 to 4 (#5567)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-02-02 19:24:53 +01:00
committed by GitHub
parent 53976b5f8b
commit 5dc2f7e1cc

View File

@@ -46,7 +46,7 @@ jobs:
tests/ref_imgs/**/*_err.png tests/ref_imgs/**/*_err.png
test_screenshot_error.h test_screenshot_error.h
- name: Upload coverage to Codecov - name: Upload coverage to Codecov
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@v4
if: github.event_name == 'push' && github.repository == 'lvgl/lvgl' if: github.event_name == 'push' && github.repository == 'lvgl/lvgl'
with: with:
fail_ci_if_error: true fail_ci_if_error: true