From feffa45a23f56e000dd0f60a21801b08d125cf5d Mon Sep 17 00:00:00 2001 From: Ma Liming Date: Mon, 8 Jun 2026 11:55:06 +0800 Subject: [PATCH] Update build-and-test.yml --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index b1bc675156..6c3dce1854 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -86,7 +86,7 @@ jobs: - name: Codecov if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: use_oidc: true fail_ci_if_error: true