File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122 always() &&
123123 (steps.test.outcome == 'success' || steps.test.outcome == 'failure') &&
124124 startsWith(github.repository, 'LizardByte/')
125- uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 .0.1
125+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 .0.0
126126 with :
127127 fail_ci_if_error : true
128128 files : ./TestResults/coverage.opencover.xml
@@ -135,7 +135,7 @@ jobs:
135135 always() &&
136136 (steps.test.outcome == 'success' || steps.test.outcome == 'failure') &&
137137 startsWith(github.repository, 'LizardByte/')
138- uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 .0.1
138+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 .0.0
139139 with :
140140 fail_ci_if_error : true
141141 files : ./TestResults/junit.xml
You can’t perform that action at this time.
0 commit comments