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: '*'