diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index e50bde2..38e3739 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -34,7 +34,6 @@ jobs: - run: npm test - name: upload coverage if: success() - run: curl -s https://codecov.io/bash | bash - env: - CODECOV_NAME: ${{ runner.os }} node.js ${{ matrix.node-version }} - shell: bash + uses: codecov/codecov-action@v3.1.1 + with: + name: ${{ runner.os }} node.js ${{ matrix.node-version }}