This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch 4.19
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 4c27574570d183e5f9203be0164fed9d4295302e
Author: Rohit Yadav <rohit.ya...@shapeblue.com>
AuthorDate: Thu Apr 25 09:46:37 2024 +0530

    .github: fix codecov action configuration
    
    `token` is documented to work with codecov-action@v4
    
    Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com>
---
 .github/workflows/ci.yml | 2 +-
 .github/workflows/ui.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 87edfe890b0..6a6ea33b14a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -312,7 +312,7 @@ jobs:
           echo -e "Simulator CI Test Results: (only failures listed)\n"
           python3 ./tools/marvin/xunit-reader.py integration-test-results/
 
-      - uses: codecov/codecov-action@v3
+      - uses: codecov/codecov-action@v4
         with:
           files: jacoco-coverage.xml
           fail_ci_if_error: true
diff --git a/.github/workflows/ui.yml b/.github/workflows/ui.yml
index b3230eeaca3..476526aff32 100644
--- a/.github/workflows/ui.yml
+++ b/.github/workflows/ui.yml
@@ -55,7 +55,7 @@ jobs:
           npm run lint
           npm run test:unit
 
-      - uses: codecov/codecov-action@v3
+      - uses: codecov/codecov-action@v4
         with:
           working-directory: ui
           files: ./coverage/lcov.info

Reply via email to