Browse Source

Update build-and-test.yml

pull/25569/head
Ma Liming 2 months ago
committed by GitHub
parent
commit
feffa45a23
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/build-and-test.yml

2
.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

Loading…
Cancel
Save