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 9877d56 commit 2ee414cCopy full SHA for 2ee414c
.github/workflows/nodejs.yml
@@ -102,7 +102,7 @@ jobs:
102
run: yarn test --coverage ${{ matrix.eslint-version == 8 }}
103
env:
104
CI: true
105
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v5
106
if: ${{ matrix.eslint-version == 8 }}
107
test-ubuntu:
108
uses: ./.github/workflows/test.yml
0 commit comments