8000
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 bda32b8 commit 9440c40Copy full SHA for 9440c40
.github/workflows/workflow.yml
@@ -44,7 +44,7 @@ jobs:
44
echo "::set-output name=os::${os/-latest/}"
45
echo "::set-output name=node::node_${node//[.*]/}"
46
shell: bash
47
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v4
48
with:
49
file: coverage/coverage-final.json
50
flags: ${{ steps.test-coverage-flags.outputs.os }},${{ steps.test-coverage-flags.outputs.node }}
0 commit comments