We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c0046c commit a2dceefCopy full SHA for a2dceef
.github/workflows/ci.yml
@@ -193,7 +193,7 @@ jobs:
193
run: make -j2 test
194
195
- name: Publish Unit Test Coverage
196
- uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
+ uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
197
with:
198
flags: unittests
199
file: _output/tests/linux_amd64/coverage.txt
0 commit comments