diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2406092a..30427c69 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -237,7 +237,7 @@ jobs: always() && (steps.test.outcome == 'success' || steps.test.outcome == 'failure') && startsWith(github.repository, 'LizardByte/') - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: fail_ci_if_error: true flags: ${{ runner.os }}