File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9090 files : packages/${{ matrix.package }}/coverage/lcov.info
9191 - name : Upload code coverage
9292 if : matrix.node-version == '22.x' && matrix.os == 'ubuntu-latest' && steps.check_coverage.outputs.files_exists == 'true'
93- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
93+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
9494 with :
9595 directory : packages/${{ matrix.package }}/coverage
9696 fail_ci_if_error : true
@@ -100,7 +100,7 @@ jobs:
100100 verbose : true
101101 - name : Upload test results to Codecov
102102 if : ${{ !cancelled() }}
103- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
103+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
104104 with :
105105 fail_ci_if_error : true
106106 files : packages/${{ matrix.package }}/coverage/test-results.xml
You can’t perform that action at this time.
0 commit comments