diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40ff063..47423ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -131,14 +131,14 @@ jobs: with: name: results - name: Upload test coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: use_oidc: true fail_ci_if_error: true verbose: true files: ./coverage.xml ./coverage-native.xml - name: Upload test results to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: use_oidc: true fail_ci_if_error: true