Skip to content

Commit

Permalink
[actions] update codecov uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 13, 2021
1 parent c16687c commit 0a3c904
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node-4+.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm run tests-only
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v2

minors:
needs: [matrix, latest]
Expand All @@ -50,7 +50,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm run tests-only
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v2

node:
name: 'node 4+'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node-iojs.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
node-version: ${{ matrix.node-version }}
skip-ls-check: true
- run: npm run tests-only
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v2

minors:
needs: [matrix, latest]
Expand All @@ -52,7 +52,7 @@ jobs:
node-version: ${{ matrix.node-version }}
skip-ls-check: true
- run: npm run tests-only
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v2

node:
name: 'io.js'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node-zero.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
cache-node-modules-key: node_modules-${{ github.workflow }}-${{ github.action }}-${{ github.run_id }}
skip-ls-check: true
- run: npm run tests-only
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v2

unstable:
needs: [matrix, stable]
Expand All @@ -54,7 +54,7 @@ jobs:
cache-node-modules-key: node_modules-${{ github.workflow }}-${{ github.action }}-${{ github.run_id }}
skip-ls-check: true
- run: npm run tests-only
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v2

node:
name: 'node 0.x'
Expand Down

0 comments on commit 0a3c904

Please sign in to comment.