Skip to content

Commit fc343dc

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

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
@@ -295,7 +295,7 @@ jobs:
295295
always() &&
296296
(steps.test.outcome == 'success' || steps.test.outcome == 'failure') &&
297297
startsWith(github.repository, 'LizardByte/')
298-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
298+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
299299
with:
300300
disable_search: true
301301
fail_ci_if_error: true
@@ -311,7 +311,7 @@ jobs:
311311
always() &&
312312
(steps.test.outcome == 'success' || steps.test.outcome == 'failure') &&
313313
startsWith(github.repository, 'LizardByte/')
314-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
314+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
315315
with:
316316
disable_search: true
317317
fail_ci_if_error: true

0 commit comments

Comments
 (0)