diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b538af3..17d8dc91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Test Sanity run: make test-sanity - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: disable_search: true files: cover.out