We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31584ad + cbbecf4 commit bc2e9f0Copy full SHA for bc2e9f0
1 file changed
.github/workflows/test.yml
@@ -58,7 +58,7 @@ jobs:
58
shell: bash
59
-
60
name: Upload coverage
61
- uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
+ uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
62
if: env.RUN_CODECOV == 'true' && matrix.node_version == env.NODE_VERSION
63
with:
64
files: ./coverage/clover.xml
@@ -228,7 +228,7 @@ jobs:
228
229
230
231
232
if: env.RUN_CODECOV == 'true'
233
234
0 commit comments