From 002148985868f7724b352693d5965d7d66a610ec Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 13 Oct 2021 15:46:07 -0700 Subject: [PATCH] [actions] use codecov action --- .github/workflows/node-4+.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node-4+.yml b/.github/workflows/node-4+.yml index 493f6d955..81b2bf0dd 100644 --- a/.github/workflows/node-4+.yml +++ b/.github/workflows/node-4+.yml @@ -77,7 +77,7 @@ jobs: - run: rm __tests__/src/util/getComputedRole-test.js if: ${{ matrix.node-version < 7 }} - run: npm run test:ci - - run: bash <(curl -s https://codecov.io/bash) -f coverage/*.json; + - uses: codecov/codecov-action@v2 node: name: 'node 4+'