We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e352ded commit 6c26ffdCopy full SHA for 6c26ffd
.github/workflows/node.js.yml
@@ -42,7 +42,7 @@ jobs:
42
git checkout yarn.lock
43
- name: run tests
44
run: yarn cover
45
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
46
if: ${{ always() }}
47
test-os:
48
name: Test on ${{ matrix.os }} using Node.js LTS
0 commit comments