From c7ef6b2faea94eafbae60e9bcaafa1ab5d0f7f92 Mon Sep 17 00:00:00 2001 From: Miao ZhiCheng Date: Mon, 8 Apr 2024 22:00:59 +0300 Subject: [PATCH] Update call.upload-coverage-reports.yml --- .github/workflows/call.upload-coverage-reports.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/call.upload-coverage-reports.yml b/.github/workflows/call.upload-coverage-reports.yml index 295c0ce830..ba1499feb6 100644 --- a/.github/workflows/call.upload-coverage-reports.yml +++ b/.github/workflows/call.upload-coverage-reports.yml @@ -18,7 +18,7 @@ jobs: name: ethereum-contracts-coverage path: packages/ethereum-contracts/coverage - name: Upload ethereum-contracts-coverage to codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v4.1.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: packages/ethereum-contracts/coverage/lcov.info @@ -32,7 +32,7 @@ jobs: name: sdk-core-coverage path: packages/sdk-core/coverage - name: Upload sdk-core-coverage to codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v4.1.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: packages/sdk-core/coverage/lcov.info