From: Alexander Popov Date: Sat, 9 Mar 2024 22:29:52 +0000 (+0300) Subject: Update codecov-action X-Git-Url: https://jxself.org/git/?p=kconfig-hardened-check.git;a=commitdiff_plain;h=0c0cf89ff0a8a1e5a0a8014d07182c782badc3c0 Update codecov-action This fixes the error: ``` Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20. ``` --- diff --git a/.github/workflows/engine_unit-test.yml b/.github/workflows/engine_unit-test.yml index 0d93937..fd34c36 100644 --- a/.github/workflows/engine_unit-test.yml +++ b/.github/workflows/engine_unit-test.yml @@ -38,7 +38,7 @@ jobs: coverage xml -i -o coverage_unittest.xml - name: Handle coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./coverage_unittest.xml flags: engine_unit-test diff --git a/.github/workflows/functional_test.yml b/.github/workflows/functional_test.yml index 398f0cc..1033832 100644 --- a/.github/workflows/functional_test.yml +++ b/.github/workflows/functional_test.yml @@ -61,7 +61,7 @@ jobs: coverage xml -i -o coverage.xml - name: Handle coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./coverage.xml flags: functional_test