8000 [actions] update codecov uploader · inspect-js/is-regex@487c75d · GitHub
[go: up one dir, main page]

Skip to content

Commit 487c75d

Browse files
committed
[actions] update codecov uploader
1 parent 13598e3 commit 487c75d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/node-4+.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
node-version: ${{ matrix.node-version }}
3232
- run: npm run tests-only
33-
- uses: codecov/codecov-action@v1
33+
- uses: codecov/codecov-action@v2
3434

3535
minors:
3636
needs: [matrix, latest]
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
node-version: ${{ matrix.node-version }}
5252
- run: npm run tests-only
53-
- uses: codecov/codecov-action@v1
53+
- uses: codecov/codecov-action@v2
5454

5555
node:
5656
name: 'node 4+'

.github/workflows/node-harmony.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cache-node-modules-key: node_modules-${{ github.workflow }}-${{ github.action }}-${{ github.run_id }}
3434
skip-ls-check: true
3535
- run: npm run test:harmony
36-
- uses: codecov/codecov-action@v1
36+
- uses: codecov/codecov-action@v2
3737

3838
unstable:
3939
needs: [matrix, stable]
@@ -58,7 +58,7 @@ jobs:
5858
cache-node-modules-key: node_modules-${{ github.workflow }}-${{ github.action }}-${{ github.run_id }}
5959
skip-ls-check: true
6060
- run: npm run test:harmony
61-
- uses: codecov/codecov-action@v1
61+
- uses: codecov/codecov-action@v2
6262

6363
node:
6464
name: 'node: harmony'

.github/workflows/node-iojs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
node-version: ${{ matrix.node-version }}
3737
skip-ls-check: true
3838
- run: npm run ${{ matrix.command }}
39-
- uses: codecov/codecov-action@v1
39+
- uses: codecov/codecov-action@v2
4040

4141
minors:
4242
needs: [matrix, latest]
@@ -61,7 +61,7 @@ jobs:
6161
node-version: ${{ matrix.node-version }}
6262
skip-ls-check: true
6363
- run: npm run ${{ matrix.command }}
64-
- uses: codecov/codecov-action@v1
64+
- uses: codecov/codecov-action@v2
6565

6666
node:
6767
name: 'io.js'

.github/workflows/node-zero.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
cache-node-modules-key: node_modules-${{ github.workflow }}-${{ github.action }}-${{ github.run_id }}
3838
skip-ls-check: true
3939
- run: npm run ${{ matrix.command }}
40-
- uses: codecov/codecov-action@v1
40+
- uses: codecov/codecov-action@v2
4141

4242
unstable:
4343
needs: [matrix, stable]
@@ -63,7 +63,7 @@ jobs:
6363
cache-node-modules-key: node_modules-${{ github.workflow }}-${{ github.action }}-${{ github.run_id }}
6464
skip-ls-check: true
6565
- run: npm run ${{ matrix.command }}
66-
- uses: codecov/codecov-action@v1
66+
- uses: codecov/codecov-action@v2
6767

6868
node:
6969
name: 'node 0.x'

0 commit comments

Comments
 (0)
0