diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 706b8cf0..d550d62f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,7 +161,7 @@ jobs: - name: Upload coverage to Codecov if: env.CODECOV_TOKEN != '' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: fail_ci_if_error: true flags: ${{ matrix.crate }}