Skip to content

Commit 8a91ffd

Browse files
chore(deps): update codecov/codecov-action action to v6.0.1 (#189)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cf1aef6 commit 8a91ffd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
always() &&
187187
(steps.test.outcome == 'success' || steps.test.outcome == 'failure') &&
188188
startsWith(github.repository, 'LizardByte/')
189-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
189+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
190190
with:
191191
disable_search: true
192192
fail_ci_if_error: true
@@ -202,7 +202,7 @@ jobs:
202202
always() &&
203203
(steps.test.outcome == 'success' || steps.test.outcome == 'failure') &&
204204
startsWith(github.repository, 'LizardByte/')
205-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
205+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
206206
with:
207207
disable_search: true
208208
fail_ci_if_error: true

0 commit comments

Comments
 (0)