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 7440967 commit 813398fCopy full SHA for 813398f
.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