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 0b2056a commit 7b2cbb7Copy full SHA for 7b2cbb7
.github/workflows/main.yml
@@ -55,6 +55,6 @@ jobs:
55
echo "os=${os/-latest/}" >> $GITHUB_OUTPUT
56
echo "node=node_${node/.*.*/}" >> $GITHUB_OUTPUT
57
shell: bash
58
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v5
59
with:
60
flags: ${{ steps.test-coverage-flags.outputs.os }},${{ steps.test-coverage-flags.outputs.node }}
0 commit comments