File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575
7676 - name : Send coverage report to Codecov
7777 if : ${{ success() && github.event.repository.fork == false && github.ref_name == 'develop' }}
78- uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
78+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
7979 with :
8080 files : ./build/logs/clover.xml
8181 fail_ci_if_error : true
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137137
138138 - name : Send coverage report to Codecov
139139 if : ${{ success() && matrix.coverage == true && github.event.repository.fork == false }}
140- uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
140+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
141141 with :
142142 files : ./build/logs/clover.xml
143143 fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments