We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9152170 commit 5b9f75bCopy full SHA for 5b9f75b
.github/workflows/nodejs.yml
@@ -114,7 +114,7 @@ jobs:
114
run: yarn test --coverage ${{ matrix.eslint-version == 8 }}
115
env:
116
CI: true
117
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v5
118
if: ${{ matrix.eslint-version == 8 }}
119
test-ubuntu:
120
uses: ./.github/workflows/test.yml
0 commit comments