We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465313d commit b3628f0Copy full SHA for b3628f0
.github/workflows/nodeCI.yml
@@ -68,7 +68,7 @@ jobs:
68
command: ${{ matrix.command_prefix }} yarn run test:ci
69
- name: Upload coverage to Codecov
70
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == 16 && matrix.electron_version == 32 }}
71
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
72
with:
73
token: ${{ secrets.CODECOV_TOKEN }}
74
file: ./coverage/clover.xml
0 commit comments