diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 5c3136e03..32c374ec7 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -82,7 +82,7 @@ jobs: run: yarn test --coverage ${{ matrix.eslint-version >= 6 }} env: CI: true - - uses: codecov/codecov-action@v1.2.2 + - uses: codecov/codecov-action@v1.3.1 if: ${{ matrix.eslint-version >= 6 }} test-os: name: Test on ${{ matrix.os }} using Node.js LTS