Skip to content

Commit cd73525

Browse files
chore(deps): update codecov/codecov-action action to v7 (#148)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 21a0a14 commit cd73525

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
@@ -300,7 +300,7 @@ jobs:
300300
always() &&
301301
(steps.test.outcome == 'success' || steps.test.outcome == 'failure') &&
302302
startsWith(github.repository, 'LizardByte/')
303-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
303+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
304304
with:
305305
disable_search: true
306306
fail_ci_if_error: true
@@ -316,7 +316,7 @@ jobs:
316316
always() &&
317317
(steps.test.outcome == 'success' || steps.test.outcome == 'failure') &&
318318
startsWith(github.repository, 'LizardByte/')
319-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
319+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
320320
with:
321321
disable_search: true
322322
fail_ci_if_error: true

0 commit comments

Comments
 (0)