diff --git a/.github/workflows/testing-macos.yml b/.github/workflows/testing-macos.yml index 7fea62c89cf3..8d48d9f147b0 100644 --- a/.github/workflows/testing-macos.yml +++ b/.github/workflows/testing-macos.yml @@ -43,7 +43,7 @@ jobs: run: tools/run-coverage.sh - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: build/macOS-coverage/coverage.info fail_ci_if_error: true