Skip to content

Commit 72069ed

Browse files
chore(deps): update codecov/codecov-action action to v1.1.0 (#730)
1 parent 7dbf6a0 commit 72069ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: yarn test --coverage ${{ matrix.eslint-version >= 6 }}
5151
env:
5252
CI: true
53-
- uses: codecov/codecov-action@v1.0.15
53+
- uses: codecov/codecov-action@v1.1.0
5454
if: ${{ matrix.eslint-version >= 6 }}
5555
test-os:
5656
name: Test on ${{ matrix.os }} using Node.js LTS

0 commit comments

Comments
 (0)