diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9d4233..159d3b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -169,7 +169,7 @@ jobs: always() && steps.test_report.outcome == 'success' && startsWith(github.repository, 'LizardByte/') - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: disable_search: true fail_ci_if_error: true