From 61ac80bb07831bbd0fd3dc117b84f8635c735856 Mon Sep 17 00:00:00 2001 From: Robbie McKinstry Date: Thu, 23 Jun 2022 14:59:08 -0400 Subject: [PATCH] Update Codecov action to v3 --- .github/workflows/test-fast.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-fast.yml b/.github/workflows/test-fast.yml index aaa0b843f60c..4f37d3127054 100644 --- a/.github/workflows/test-fast.yml +++ b/.github/workflows/test-fast.yml @@ -301,7 +301,7 @@ jobs: rm ./coverage/*.cov || true - name: Upload code coverage if: ${{ inputs.enable-coverage && (inputs.platform != 'windows-latest') }} - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: directory: coverage files: '*' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2e4193b84e27..a2f973ff9863 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -322,7 +322,7 @@ jobs: rm ./coverage/*.cov || true - name: Upload code coverage if: ${{ inputs.enable-coverage && (inputs.platform != 'windows-latest') }} - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: directory: coverage files: '*'